Skip to content

cs01/milo

Repository files navigation

Milo

Memory Safe. Simple. Native.

A memory-safe systems language with simple syntax inspired by TypeScript, Python, and Rust. Compiles to native code via LLVM.

from "std/http" import { Request, Response, serve }

fn main(): i32 {
    serve(8080, (req: &Request) => {
        return Response.Html("<h1>hello from milo</h1>")
    })!
    return 0
}

Docs & Playground

About

Memory-safe systems language that compiles to LLVM IR. No GC, no lifetimes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors