thephoeron / LLTHW

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

ERROR: Function `PRINC' is undefined. #7

Closed ripter closed 10 years ago

ripter commented 10 years ago

Working though the book and trying the princ example on the try-lisp page:

CL-USER> (princ "Hello, from Lisp!") ERROR: Function `PRINC' is undefined.

thephoeron commented 10 years ago

Please see JSCL issue https://github.com/davazp/jscl/issues/55