Re: A more generic REPL server

2013-10-06 Thread Chaos Eternal
Is this thing a threadless repl server? if so, i suggest that the code be separated and can be easily integrated into other project. the guile-scsh badly needs such a feature. On Sat, Oct 5, 2013 at 8:56 AM, David Thompson wrote: > Hello all, > > As some of you know, I am writing my own custom R

Re: A more generic REPL server

2013-10-06 Thread David Thompson
On 10/06/2013 06:08 AM, Chaos Eternal wrote: Is this thing a threadless repl server? if so, i suggest that the code be separated and can be easily integrated into other project. the guile-scsh badly needs such a feature. It's not exactly threadless. There is one server thread that waits for c

Re: A more generic REPL server

2013-10-06 Thread Ludovic Courtès
David Thompson skribis: > It's not exactly threadless. There is one server thread that waits for > clients, and for each client there is one thread that waits for user > input. The difference is that the client REPL is executed in the main > thread, sans reading user input. I use my own coroutine

Re: Delimeted continuations for gule-log guile-prolog and kanren

2013-10-06 Thread Stefan Israelsson Tampe
To note is that I published the documentation for guile-log at, http://c-lambda.se/guile-log I added the documentation for the new prompt ideom as well as a section for how one can do parsing in guile-log. Previously there is a short description of postpone a guile-log version of prologs dynam