[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Allow optional functor arguments
From: |
Felix Winkelmann |
Subject: |
Re: [Chicken-hackers] [PATCH] Allow optional functor arguments |
Date: |
Sun, 13 Jul 2014 00:04:55 +0200 (CEST) |
From: Peter Bex <address@hidden>
Subject: Re: [Chicken-hackers] [PATCH] Allow optional functor arguments
Date: Sat, 12 Jul 2014 23:45:50 +0200
> On Sat, Jul 12, 2014 at 11:44:02PM +0200, Felix Winkelmann wrote:
>> From: Peter Bex <address@hidden>
>> Subject: Re: [Chicken-hackers] [PATCH] Allow optional functor arguments
>> Date: Sat, 12 Jul 2014 18:04:51 +0200
>>
>> > (use csi)
>> > (toplevel-command 'blabla (lambda _ (print "blabla")))
>>
>> Is there a "csi" executable in the current working dir?
>
This is not intended to be compiled. One has to use "import", and load
it into csi. "toplevel-command" is not in libchicken, but in the csi
executable.
felix