Search found 2 matches

by andy25
Thu Jul 02, 2009 5:40 am
Forum: Common Lisp
Topic: SYSTEM::%EXPAND-FOR:element should be a lambda expression
Replies: 3
Views: 5112

Re: SYSTEM::%EXPAND-FOR:element should be a lambda expression

To begin with, thank you very much for your help! it solved my problem.
You are very right, i am a c and java programmer and im having my first contact with LISP. I will try to follow your advice
by andy25
Wed Jul 01, 2009 9:28 am
Forum: Common Lisp
Topic: SYSTEM::%EXPAND-FOR:element should be a lambda expression
Replies: 3
Views: 5112

SYSTEM::%EXPAND-FOR:element should be a lambda expression

Hello everyone, I am a new user and very new to Lisp. I would appreciate it if anyone could help me with this. I have the following code: " (defun add-forec ( nexperts rand ) (list ( (make-ex (list (1.0 0 0))) (make-ex (list (0 1.0 0))) (make-ex (list (0 0 1.0))) ))) (defun make-ex ( dist ) (ma...