nathanprocks / nemo

A fishy programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nemo logo

fish by -stache-

Using

Warning! nemo is in pre-pre-alpha, everything may change at a moments notice or stop working at all. You can build nemo with cargo:

$ git clone https://github.com/nemo-lang/nemo
$ cd nemo
$ rustup override set nightly # nemo requires nightly Rust to build
$ cargo build

You can start the REPL by either passing no arguments or the --repl flag to nemo:

$ ./target/debug/nemo # --repl is optional

You can run a file by passing its name as an argument:

$ ./target/debug/nemo example.nemo

Examples

See the examples directory for some example nemo programs.

License

nemo is UNLICENSED.

About

A fishy programming language.

License:The Unlicense


Languages

Language:Rust 100.0%