Skip to main content

Natural-language programming

nlang
Code that reads like English — compiled to native-speed binaries, memory-safe by default.
set users to [
    {"name": "Alice", "age": 25},
    {"name": "Bob", "age": 12},
    {"name": "Carol", "age": 30}
]

set adults to find all users where age >= 18
print adults
v0.6.1 → building toward 1.0
compiles to native code
self-hosting compiler
View on GitHub

Coming soon · © 2026 Boris Chu