Neptune is a dynamically typed scripting language
The CLI be installed by the command given below. You must have the rust compiler and a C++ compiler.
cargo install neptune-cli
At the moment the CLI has a few basic functions and a REPL. The REPL supports multiline entries and the following shortcuts.
| Command | Description |
| ----------- | -----------------|
| Ctrl-L | Clear the screen |
| Ctrl-C | Interrupt/Cancel editing |
| Ctrl-D | Quit REPL |
| Up arrow | Previous history entry |
| Down arrow | Next history entry |
To embed it in rust you can use the library from crates.io.
The C++ compiler can be set using the CXX environment variable. Clang is recommended for best performance.