Search found 2 matches
- Wed Nov 27, 2013 4:30 pm
- Forum: Common Lisp
- Topic: Unbound variables
- Replies: 1
- Views: 5765
Unbound variables
Hi all, I am new to Lisp and am having a little trouble. I have written some really simple programs and am trying to get them to run with GCL, but keep getting an error saying that the variables are unbound. The programs look something like this: (defun test (X List) (member 'X 'List)) or this: (def...
- Tue Nov 26, 2013 12:49 am
- Forum: Homework
- Topic: Unbound variable problem
- Replies: 1
- Views: 8292
Unbound variable problem
Hi all, While this is not exactly a homework question, it's so basic that I thought it'd be better to post it here instead of on the common clip forum. Anyway, my problem is that I am running a really simple script that looks like this: (defun test (X List) (member 'X 'List)) but when I go into gcl ...