~tsukii/nook

A small and practical esolang.
a4f64de8 — Dang Hoang Tuan 2 years ago
Fix minor command error in 0.7 changelog
cc8816a0 — Dang Hoang Tuan 2 years ago
Add script push.sh to push to remote repos more easily and faster
30c580a9 — Dang Hoang Tuan 2 years ago
Update 0.7.5 changelog

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~tsukii/nook
read/write
git@git.sr.ht:~tsukii/nook

You can also use your local clone with git send-email.

#Nook

Nook is a simple, concatenative programming language written in Python.

#Status

Nook is stable and ready to use.

#Installation

#Build the language as an executable

pip3 install -U nuitka # Install Nuitka
git clone https://github.com/HoangTuan110/Nooklang
cd Nooklang
chmod +x ./build_executable
./build_executable
./nook

#Simply run the language

git clone https://github.com/HoangTuan110/Nooklang
cd Nooklang
python ./src/main.py

#How to use

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.

#Examples

You can view examples in the examples directory.

#License

MIT

Do not follow this link