Stack is a dynamic, stack-based, concatenative programming language.
We have a public roadmap hosted on Trello.
All of our documentation can be found in the docs directory or hosted via GitHub Pages.
To run the documentation locally, you can use mdbook
. To install mdbook
, you can use cargo
:
cargo install mdbook
Then, to run the documentation, you can use the following command:
# Enter the docs directory
cd docs
# Run mdbook
mdbook serve --open
Except where noted, below and/or in individual files, all code in this repository is dual-licensed under, at your option, either:
- MIT Licence (LICENCE-MIT or http://opensource.org/licenses/MIT); or
- Apache 2.0 Licence (LICENCE-APACHE or http://www.apache.org/licenses/LICENSE-2.0).
Any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache 2.0 Licence, shall be dual-licensed as above, without any additional terms or conditions.