helvm / Write-Yourself-A-Scheme-In-48-Hours-dstcruz

My solutions to the popular Haskell tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write Yourself A Scheme In 48 Hours

These are my solution to this 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

About

My solutions to the popular Haskell tutorial


Languages

Language:Haskell 99.2%Language:Scheme 0.8%