Céu is a reactive language that aims to offer a higher-level and safer alternative to C.
Try it online:
Documentation:
http://ceu-lang.github.io/ceu/
Source code:
https://github.com/ceu-lang/ceu/
Join our chat:
https://gitter.im/fsantanna/ceu
$ sudo apt-get install git lua5.3 lua-lpeg liblua5.3-0 liblua5.3-dev
(Assuming a Linux/Ubuntu machine.)
$ git clone https://github.com/ceu-lang/ceu
$ cd ceu/
$ make
$ sudo make install # install as "/usr/local/bin/ceu"
$ cd tst/
$ ./run.lua
$ make samples