Skip to content

nhunzaker/little-schemer-workbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Little Schemer Workbook

This repo is designed to be a nice way to work through The Little Schemer. You'll create a new file per chapter, add it to the table of contents (toc.rkt), and load your code into the REPL with ./schemer.sh.

You'll need Racket and Rlwrap installed. Racket is a modern, Scheme-like language. Rlwrap is a readline wrapper that gives you command history, among other things. You can install them both with Homebrew.

brew install racket
brew install rlwrap
./schemer.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Racket 58.8%
  • Shell 41.2%