Nook is a simple, concatenative programming language written in Python.
Nook is stable and ready to use.
pip3 install -U nuitka # Install Nuitka
git clone https://github.com/HoangTuan110/Nooklang
cd Nooklang
chmod +x ./build_executable
./build_executable
./nook
git clone https://github.com/HoangTuan110/Nooklang
cd Nooklang
python ./src/main.py
If you don't feed any file to the CLI argument, like this:
./nook
Then Nook will trigger the REPL by default.
If so, Nook will tried to run that file.
You can view examples in the examples
directory.
MIT