Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vjousse/haskell_scheme_in_48h

Write Yourself a Scheme in 48 Hours
https://github.com/vjousse/haskell_scheme_in_48h

Last synced: about 1 month ago
JSON representation

Write Yourself a Scheme in 48 Hours

Awesome Lists containing this project

README

        

# Compile

ghc -package parsec -o simple_parser --make main.hs