Laskin

April 9, 2026 ยท View on GitHub

build

Laskin is a reverse polish notation calculator / programming language inspired by Forth, RPL and Plorth.

Try it in your browser.

Requirements

Other dependencies that are handled by CMake are:

On Ubuntu, requirements for the compilation of this software can be installed with this command:

sudo apt install build-essential cmake libgmp-dev

How to compile

git clone https://github.com/RauliL/laskin.git
cd laskin
mkdir build
cd build
cmake ..
make