Popularity
8.3
Declining
Activity
0.0
Stable
49
7
8

Code Quality Rank: L2
Monthly Downloads: 30
Programming language: C++
License: BSD 3-clause "New" or "Revised" License
Tags: Language    

Paraiso alternatives and similar packages

Based on the "Language" category.
Alternatively, view Paraiso alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Paraiso or a related project?

Add another 'Language' Package

README

Paraiso Build Status

Type the following commands to play with the Lifegame example.

git clone https://github.com/nushio3/Paraiso.git
cd Paraiso/
stack install
cd examples/Life/
make
./main.out

The libraries are generated under the dist/ directory. The intermediate virtual machine programs are generated under output/ directory.

The 'exampled' branch : https://github.com/nushio3/Paraiso/tree/exampled/examples contain the codes generated by latest 'master,' for quick reference.