Skip to content
@pearl-lang

The Pearl Language

it's easy to build eBPF programs with the pearl language
object main

// Single comment line

#attach[XDP]
ebpf fun none() {
	set n: s8 = 0
}

fun main() {
	set hello: String = "Hello from pearl"
	echo("%s", hello)
}

/* 
   Multiple comment line
*/

Let's get build something amazing together 👉 Pearl Social.

Pinned Loading

  1. pearl pearl Public

    Pearl Language - it's easy to create eBPF programs with the Pearl language.

    Rust 10

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…