Hello, human.

Nybl is a small programming language for making a machine do a thing.

Learn by writing and running Nybl in your browser, or embed its zero-dependency core in a Rust application.

hello.nyblnybl run hello.nybl
fn greet(name) {
  return "Hello, {name}!"
}

print(greet("human"))
OUTPUTHello, human!
Documentation

Search Nybl

Start typing to search the guide and reference.