Libray quality reference board - lisp
This is a discussion on Libray quality reference board - lisp ; On Nov 14, 1:15 pm, "Alex Mizrahi" <udode...@users.sourceforge.net>
wrote:
> SB>>> No problem I would do it for you. I just ask for a *little* favor.
> SB>>> After learning scheme full blown continuations, I got attack on my
> ...
-
Re: Libray quality reference board
On Nov 14, 1:15 pm, "Alex Mizrahi" <udode...@users.sourceforge.net>
wrote:
> SB>>> No problem I would do it for you. I just ask for a *little* favor.
> SB>>> After learning scheme full blown continuations, I got attack on my
> SB>>> lisp-have-them-all attitude, and refuse to code.
> ??>>
> ??>> you find arnesi ones not blown enough?
>
> SB> Arnesi (interpreted) and cl-cont (compiled ) offer only delimited
> SB> continuations.
>
> and that's not enought for practical purposes?
They will do, but good enough is not the same as great.
Slobodan
-
Re: Libray quality reference board
Slobodan Blazeski wrote:
> On Nov 14, 1:15 pm, "Alex Mizrahi" <udode...@users.sourceforge.net>
> wrote:
>> SB>>> No problem I would do it for you. I just ask for a *little* favor.
>> SB>>> After learning scheme full blown continuations, I got attack on my
>> SB>>> lisp-have-them-all attitude, and refuse to code.
>> ??>>
>> ??>> you find arnesi ones not blown enough?
>>
>> SB> Arnesi (interpreted) and cl-cont (compiled ) offer only delimited
>> SB> continuations.
>>
>> and that's not enought for practical purposes?
>
> They will do, but good enough is not the same as great.
Delimited continuations are more general than undelimited ones. It's
easy to get undelimited ones with delimited continuations: You just wrap
your 'main' function in a delimiter (with-call/cc, or the equivalent).
The other way around is not so trivial.
Pascal
--
My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/
Similar Threads
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 07-27-2007, 01:50 PM
-
By Application Development in forum Software-Testing
Replies: 4
Last Post: 05-19-2007, 06:45 AM
-
By Application Development in forum Software-Testing
Replies: 0
Last Post: 08-28-2006, 07:47 AM
-
By Application Development in forum Inetserver
Replies: 1
Last Post: 12-17-2003, 09:11 PM
-
By Application Development in forum Graphics
Replies: 0
Last Post: 09-25-2003, 04:40 AM