linked as in connected
eventualities marking
memorization means like splices in word form
a poem synthesizer.
written in fennel, uses datamuse API, it runs in the terminal using ncurses.
runs on lua 5.1 and requires:
luarocks --lua-version 5.1 --local install fennel
luarocks --lua-version 5.1 --local install lcurses
luarocks --lua-version 5.1 --local install luasocket
luarocks --lua-version 5.1 --local install dkjson
luarocks --lua-version 5.1 --local install lume
luarocks --lua-version 5.1 --local install Lua-cURL
Uses language extensions provided by aniseed which can be setup via:
./deps.sh
eval "$(luarocks --lua-version 5.1 path)"
./deps/aniseed/scripts/compile.sh
cd lua
lua5.1 geryone/main.lua
This doesn't really show compiler failures or error stacktraces so you are in the dark during development.