Skip to content

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Haskell 99.2%
  • Scheme 0.8%