Search found 2 matches

by laserblue
Thu Oct 07, 2010 9:42 am
Forum: Common Lisp
Topic: Learning Lisp Syntax
Replies: 2
Views: 3222

Re: Learning Lisp Syntax

Thanks! I don't need your help now. I think I found the answer in "Notes on Lisp" (http://www-users.cselabs.umn.edu/classes/Spring-2009/csci5511/lisp/scheme.html) and looking through the Hyperspec again. I've been reading Practical Common Lisp and it doesn't contain the answer to my questi...
by laserblue
Wed Oct 06, 2010 2:39 pm
Forum: Common Lisp
Topic: Learning Lisp Syntax
Replies: 2
Views: 3222

Learning Lisp Syntax

I'm running the SLIME + EMACS Lispbox with CLISP. The SLIME menu has a link to LISP Hyperspec but I can't find how to convert the value of a symbol to a string. I'm thinking about using coerce, defvar or defparameter or something else like a fill-pointer but the Hyperspec examples given don't help m...