Laskin
April 9, 2026 ยท View on GitHub
Laskin is a reverse polish notation calculator / programming language inspired by Forth, RPL and Plorth.
Requirements
- GNU MPFR Library
- CMake >= 3.11
- C++17 compatible C++ compiler
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