Skip to content

isherman/haskell-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Results of working through the Write Yourself A Scheme in 48 Hours Haskell tutorial.

To Run

stack build
stack exec haskell-lisp-exe
  • Load the "standard library"
Lisp>>> (load "stdlib.scm")
  • You've got a Scheme!
Lisp>>> (map (curry + 2) '(1 2 3 4))
  • Quit
Lisp>>> quit

About

"Write Yourself A Scheme in 48 Hours"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published