Paraiso alternatives and similar packages
Based on the "Language" category.
Alternatively, view Paraiso alternatives based on common mentions on social networks and blogs.
-
elm-compiler
Compiler for Elm, a functional language for reliable webapps. -
stylish-haskell
Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell] -
haskell-src-exts
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer -
nirum
Nirum: IDL compiler and RPC/distributed object framework for microservices -
language-python
A parser for Python 2.x and 3.x written in Haskell -
tal
An implementation of Typed Assembly Language (Morrisett, Walker, Crary, Glew) -
language-c-quote
C/CUDA/OpenCL/Objective-C quasiquoting library. -
language-ecmascript
Haskell library: ECMAScript parser, pretty-printer and additional tools -
aterm-utils
Utility functions for working with aterms as generated by Minitermite -
ministg
Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine.
Build time-series-based applications quickly and at scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Paraiso or a related project?
README
Paraiso 
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.