Skip to content

sztamas/little_schemer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

little_schemer

Solutions from The Little Schemer book.

Typing in the functions every time author says "now write X".

Running them in racket.

~/.racketrc has

(require xrepl)

for extra capabilites.

Load file into the REPL with:

-> ,ld functions.rkt

Then run some examples against the functions as I write them:

-> (lat? '(1 2 3))
#t

About

Solutions from The Little Schemer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages