RuthraiahThulasi / lasp

Prototype implementation of Lasp in Erlang.

Home Page:http://lasp-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lasp

Build Status

Overview

Lasp is a programming model for synchronization-free computations.

Installing

Lasp requires Erlang 19 or greater. Once you have Erlang installed, do the following to install and build Lasp.

$ git clone git@github.com:lasp-lang/lasp.git
$ cd lasp
$ make

Running a shell

You can run a Erlang shell where you can interact with a Lasp node by doing the following:

$ make shell

Running the test suite

To run the test suite, which will execute all of the Lasp scenarios, use the following command.

$ make check

About

Prototype implementation of Lasp in Erlang.

http://lasp-lang.org

License:Apache License 2.0


Languages

Language:Erlang 88.7%Language:Shell 8.0%Language:JavaScript 1.9%Language:Makefile 0.9%Language:HTML 0.5%Language:Perl 0.0%