Pure functional programming language that compiles to LLVM IR (Very incomplete, be warned)
*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
cargo install firework_lang --force
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
[ ] Algebraic Data Types
[ ] Custom Data Types
[ ] Dependency management
[ ] REPL