Introduction ============ LuaGravity is a reactive language that implements the synchronous approach for concurrency. It is roughly based on Esterel and FrTime, two synchronous languages, the former having an imperative style, the latter being functional. Documentation ============= Documentation can be found on `doc/index.html`. Installation ============ The distribution contains the core language, the meta module and also the DirectFB environment. The `meta` module requires the LuaCoco[1] patch for Lua. You need also the Lua binding to DirectFB[2] if you want to run some examples. [1] http://coco.luajit.org/ [2] http://github.com/fsantanna/ldirectfb Then unpack LuaGravity to somewhere in your LUA_PATH: # cd /somewhere_in_lua_path # tar xvzf luagravity-0.6.tgz # mv luagravity-0.6/ luagravity/ # cd luagravity/tests # make
Bittencourt/luagravity
LuaGravity is a reactive language that implements the synchronous approach for concurrency.
Lua