Lisp Error
vikram shetty <[email protected]> Sat, 10 Dec 2005 07:06:58 +0000 (GMT)
| Newsgroups | gmane.lisp.allegro,gmane.lisp.common-lisp,gmane.lisp.mcl.general,gmane.lisp.org.slug,gmane.lisp.clisp.general,gmane.lisp.clim |
|---|---|
| Message-ID | <[email protected]> |
--0-2031670971-1134198418=:17881
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
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)))
,@actions
(list
(list (quote ,(car regs))
(list ,@(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.
--0-2031670971-1134198418=:17881
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
<DIV id=RTEContent> <DIV id=RTEContent>Hi there</DIV> <DIV> </DIV> <DIV>Os in use - Microsoft Windows XP</DIV> <DIV> </DIV> <DIV>Lisp IDE-Ufasoft Common Lisp 3.2.7</DIV> <DIV><BR>I am executing a lisp file which contains a function</DIV> <DIV>;;; Actions and Tests</DIV> <DIV>(defun dopopactions (regs expr hold star)<BR> (apply<BR> (lambda ,(cons 'star (cons 'hold(car regs)))<BR> ,@actions<BR> (list<BR> (list (quote ,(car regs))<BR> (list ,@(car regs))) hold))<BR> (cons star (cons hold (cadr regs)))<BR> )<BR> )</DIV> <DIV><BR>Now I am getting an error as </DIV> <DIV><BR>Illegal lambda list element (CONS 'STAR(CONS 'HOLD(CAR REGS)))<BR>***-Condition of type
UNDEFINED-FUNCTION</DIV> <DIV> </DIV> <DIV>How do u solve this problem.<BR>Hope to!
get an
answer as soon as possible.</DIV> <DIV> </DIV> <DIV>Is there any standard way of debugging Lisp Codes, user interface , <BR>all the details that are required while programming LISP in windows</DIV> <DIV> </DIV> <DIV>NOTE: I am just an infant in this language .So please help me out.</DIV> <DIV><BR>Regards,<BR>Vikram Shetty<BR></DIV></DIV><p>
<hr size=1>
<a href=http://yahoo.shaadi.com>Yahoo! India Matrimony</a>: Find your partner now.
--0-2031670971-1134198418=:17881--