The powerful script language designed with a stack oriented approach for efficient execution.
Official site: https://stack-community.github.io
Launching Stack needs cargo!
git clone https://github.com/Stack-Programing-Community/Stack-Programing-Language.git
cd Stack-Programing-Language
cargo build --release
chmod +x ./run.stack.sh
./run-stack.sh
Stack programming language's interpreter binary files for Windows are in the release.
the releases are Regularly when new function become stable, that's good way if you prize safety.
If you using other environment, you can clone the Stack Programming Language repository using git
and build it using cargo
, the Rust package manager.
Make sure you have Rust and Git installed on your system before proceeding.
git clone https://github.com/Stack-Programing-Community/Stack-Programing-Language.git
cd Stack-Programing-Language
cargo build --release
cargo install --path .
This will install the stack
command, which you can use to run Stack programs.