Skip to content
@bonzai-lang

The Bonzai Programming Language

Bonzai is a programming language based on actor models. It compiles down to a custom bytecode.

Bonzai

The Bonzai Programming Language

Bonzai is a programming language that relies on Actor model, Reactive programming and on a strong and non-taulerant typechecker to guarantee types and computations in your code. It compiles down to a custom bytecode with relatively good performance.

HTTP Server example

require "std:http"
require "std:natives"

let port = 8000
let server = spawn HTTPServer(port)

server->listen(fn(req) => {
  req.respondText("text/html", "<h1>Hello, world!</h1>")
})

print("Server running on port $port")

Popular repositories Loading

  1. bonzai bonzai Public

    Bonzai is a programming language based on actor models. It compiles down to a custom bytecode.

    Haskell 2

  2. .github .github Public

Repositories

Showing 2 of 2 repositories
  • bonzai Public

    Bonzai is a programming language based on actor models. It compiles down to a custom bytecode.

    bonzai-lang/bonzai’s past year of commit activity
    Haskell 2 MIT 0 3 (1 issue needs help) 0 Updated Dec 15, 2024
  • .github Public
    bonzai-lang/.github’s past year of commit activity
    0 0 0 0 Updated Nov 18, 2024

Top languages

Loading…

Most used topics

Loading…