Skip to content

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

License

Notifications You must be signed in to change notification settings

KajizukaTaichi/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

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Shell 0.1%