Skip to content

stack-community/stack-lang

Repository files navigation

Stack Programming Language

The powerful script language designed with a stack oriented approach for efficient execution.

image

Official site: https://stack-community.github.io

Install

If you don't want to install...

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

Normal Install

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.

About

Powerful script language with stack-oriented approach

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •