Re: LISP for web



Marco Baringer wrote:
> "R. Mattes" <rm@xxxxxxxxxxxxxx> writes:
> > Following UCW's development one
> > sometimes sees the _limits_ of CL. Marco's framework "fakes" true
> > continuations with clever code walkers the rewrite the application code
> > into CPS style code.
>
> for what its worth i'm currently working on a small interpreter which,
> combined with some of the code from sacla, will raise those limits
> substantially (but not remove them completely).

Could you give more details about this interpreter? What problems is it
supposed to solve, and how does it solve them? Since I've written a
significant real-world application with UCW and I plan to use it more
in the future, I'm intensely interested in any upcoming major
improvements to it.

-Peter

.



Relevant Pages

  • how to reuse class deinitions?
    ... classes and have written a File class that looks like it's worth ... module folder, appending sys.path to tell the interpreter where this ... cutting and pasting it into the interpreter is a bit of a bore. ...
    (comp.lang.python)
  • Re: Intercepting the text interpreter.
    ... We've seen complains about the number prefix proposal of Forth 200x ... that it would need to change the text interpreter. ... different syntax for numbers. ... rewrite essential parts of my system. ...
    (comp.lang.forth)
  • Re: Keeping the console window
    ... FWIW, for what it's worth, you can invoke the interpreter from a batch ...
    (comp.lang.python)