forked from fsantanna/luagravity
-
Notifications
You must be signed in to change notification settings - Fork 1
LuaGravity is a reactive language that implements the synchronous approach for concurrency.
Bittencourt/luagravity
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
LuaGravity is a reactive language that implements the synchronous approach for concurrency.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published