Subprojects: Bindings: |
Retro is a concatenative, stack-based programming language with roots in Forth. It is intended to be clean and practical.
Retro for LuaThis is a module for Lua, allowing Retro to be used under Lua. It's still under development, but works for basic tasks. The code has been written by Eduardo Ochs. This repository may not be the most current. Check angg.twu.net/RETRO/ for updates that may not have made it into this repository. To checkout the source using Fossil: fossil clone http://rx-core.org/dev/retrolua.fossil retrolua.fossil mkdir retrolua cd retrolua fossil open ../retrolua.fossil To pull the latest changes: fossil pull fossil update |