A dynamic typed scripting language for embedded use in applications. This project is yet another attempt of being a "better" lua.
Warning: Project is still in experimental stage and API is considered as unstable.
nil
valueYou can try diatom at the online playground.
Make sure you have Rust and Cargo installed.
sh
cargo install diatom
diatom # Run interactive console
Run the following script:
sh
git clone https://github.com/diatom-lang/diatom.git
cd diatom
cargo run --release # Run interactive console
The Diatom Reference is available at here.
Diatom is available at crates.io.
To use latest build, add this repo to your Cargo.toml
. Latest build documentation is available here.
Work in progress.