Thanks to visit codestin.com
Credit goes to Github.com

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 pearl

    C 8

Repositories

Showing 9 of 9 repositories

Top languages

Loading…

Most used topics

Loading…