Skip to content

adriacabeza/scheme-built-with-Haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👷🏾‍♂️Implementing a Scheme with Haskell

made-with-Haskell

Following this book: https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours (not finished tho)

Toy repository I resort to when I randomly restore my dream of becoming a Haskell wizard. Ngl, that feeling usually vanishes fast.

It already does a bunch of things though:

> ghc --make -o parser parser.hs
> ./parser "(* 23 2 4)"
184
> ./parser "\"a string\""
"a string"
> ./parser "(- (+ 4 6 3) 3 5 2)"
3
> ./parser "(number? 4)"
#t
> ./parser "(mod 4 3)"
1

About

ƛ Implementing Scheme using Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published