Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 572 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 572 Bytes

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

http://fsantanna.github.io/luagravity/

Installation

Unpack LuaGravity to somewhere in your LUA_PATH, and run the tests:

# cd /somewhere_in_lua_path
# tar xvzf luagravity-0.6.1.tgz
# mv luagravity-0.6.1/ luagravity/

# cd luagravity/tests
# make