vikram shetty | 10 Dec 2005 08:06
Picon
Favicon

Lisp Error

Hi there
 
Os in use - Microsoft Windows XP
 
Lisp IDE-Ufasoft Common Lisp 3.2.7

I am executing a lisp file which contains a function
;;; Actions and Tests
(defun dopopactions (regs expr hold star)
  (apply
   (lambda ,(cons 'star (cons 'hold(car regs)))
      , <at> actions
      (list
        (list (quote ,(car regs))
          (list , <at> (car regs))) hold))
    (cons star (cons hold (cadr regs)))
    )
  )

Now I am getting an error as

Illegal lambda list element (CONS 'STAR(CONS 'HOLD(CAR REGS)))
***-Condition of type UNDEFINED-FUNCTION
 
How do u solve this problem.
Hope to! get an answer as soon as possible.
 
Is there any standard way of debugging Lisp Codes, user interface ,
all the details that are required while programming LISP in windows
 
NOTE: I am just an infant in this language .So please help me out.

Regards,
Vikram Shetty

Yahoo! India Matrimony: Find your partner now.

Gmane