git.s-ol.nu alive / v0.0
v0.0

Tree @v0.0 (Download .tar.gz)

alive-coding

This is an experimental livecoding language and environment, in which expressions persist and update until they are removed from the source code, and the interpreter keeps no state that you cannot manipulate directly in the source. This yields a direct-manipulation like experience with a purely text-based language and works without special editor support.

dependencies

  • MoonScript: luarocks install moonscript
  • luafilesystem: luarocks install luafilesystem
  • LPeg: luarocks install lpeg
  • osc: luarocks install osc
  • socket: luarocks install luasocket
  • system: luarocks install luasystem

running

$ moon init.moon <session.alv>