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 > ...

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 12 of 12

Libray quality reference board

  1. Default 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


  2. Default 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/

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Replies: 0
    Last Post: 07-27-2007, 01:50 PM
  2. Replies: 4
    Last Post: 05-19-2007, 06:45 AM
  3. re: Quality Assurance versus Quality Control
    By Application Development in forum Software-Testing
    Replies: 0
    Last Post: 08-28-2006, 07:47 AM
  4. error 08002801 d libray not registred
    By Application Development in forum Inetserver
    Replies: 1
    Last Post: 12-17-2003, 09:11 PM
  5. Anyone recomends good libray for manipulate input devices under linux?
    By Application Development in forum Graphics
    Replies: 0
    Last Post: 09-25-2003, 04:40 AM