Skip to content

stjordanis/Write-Yourself-A-Scheme-In-48-Hours

 
 

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

About

My solutions to the popular Haskell tutorial

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.2%
  • Scheme 0.8%