Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dstcruz/write-yourself-a-scheme-in-48-hours
My solutions to the popular Haskell tutorial
https://github.com/dstcruz/write-yourself-a-scheme-in-48-hours
Last synced: 3 months ago
JSON representation
My solutions to the popular Haskell tutorial
- Host: GitHub
- URL: https://github.com/dstcruz/write-yourself-a-scheme-in-48-hours
- Owner: dstcruz
- Created: 2012-02-05T22:24:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-27T00:44:32.000Z (almost 13 years ago)
- Last Synced: 2024-11-01T01:33:19.437Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 172 KB
- Stars: 74
- Watchers: 6
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Write Yourself A Scheme In 48 Hours
===================================These are my solution to [this](http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours) Haskell tutorial.
You can try it out easily by:
cd ch10
ghci listing_1.hs... and then in ghci do:
> runRepl
>>> (load "stdlib.scm")
>>> (min '(10 9 8 7 6 5 4))
4