Programming language with accidental OCaml inspired syntax™ that transpiles to Haskell
*nix:
sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Windows:
Install rustup-init and run it
sh
cargo install firework_lang
sh
git clone https://github.com/Pavlos-Efstathiou/firework_lang
cd firework_lang
cargo build --release
sh
firework_lang new hello_world
cd hello_world
firework_lang run
sh
git clone https://github.com/Pavlos-Efstathiou/firework_lang
cd firework_lang/example
firework_lang run