A dynamic typed scripting language for embedded use in applications.
Maybe
functor and monad. The concept of null
and exception
in other languages like Java is completely useless in Diatom.data
(aka class
in OOP languages) declaration.You 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.