thephoeron / LLTHW

Learn Lisp The Hard Way source-code and full book text
MIT License
344 stars 56 forks source link

Example in Exercise 1.1.5 gives an error #18

Closed bwinterton closed 9 years ago

bwinterton commented 9 years ago

The last example in Exercise 1.1.5 that interacts with the new package that was just created gives two errors:

  1. the first line gives an error as the variable one has not been defined
  2. the last line gives an error because the nickname for the new package is newpack not new-pack