chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] apply - call of non-procedure


From: Peter Schuller
Subject: Re: [Chicken-users] apply - call of non-procedure
Date: Thu, 21 Sep 2006 08:15:51 +0200
User-agent: KMail/1.9.3

> Try (apply car (list (list 1 2 3))).  (apply 'car (list (list 1 2
> 3))) tries to apply the symbol car, which is indeed not a function.

Oops. Thank you very much! 

And yes, I am aware of the lisp-1/lisp-2 difference. In hindsight, I have no 
idea what I was thinking yesterday ;)

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <address@hidden>'
Key retrieval: Send an E-Mail to address@hidden
E-Mail: address@hidden Web: http://www.scode.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]