Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vjousse/haskell_scheme_in_48h
- Owner: vjousse
- Created: 2012-03-17T13:41:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-26T21:00:26.000Z (over 12 years ago)
- Last Synced: 2024-10-08T04:21:26.743Z (3 months ago)
- Language: Haskell
- Homepage: http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compile
ghc -package parsec -o simple_parser --make main.hs