Search found 2 matches

by mszegedy
Mon May 30, 2011 4:35 pm
Forum: Common Lisp
Topic: Consing To Inside A Global Variable
Replies: 1
Views: 2466

Consing To Inside A Global Variable

Hullo. Noob here. I'm trying to stick a symbol deep inside a global variable. I'm writing a function to do it for me, but I can't figure out how to stick a symbol inside a global variable… what I have currently is a defparameter defining a variable as itself consed to something… but this is a to...
by mszegedy
Mon May 30, 2011 2:57 pm
Forum: Common Lisp
Topic: Whaddaya mean it's not a symbol?
Replies: 1
Views: 2623

Whaddaya mean it's not a symbol?

'K, so I'm a rather amateur Lisper (with years of experience in C), and I'm writing a short, simple text-based RPG based on the popular Latin textbook Ecce Romani . The context isn't important, though. In my quasiquoted *nodes* variable I have a function that checks whether an event has happened (t ...