/nemo

A fishy programming language.

Primary LanguageRustThe UnlicenseUnlicense

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.