Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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