Re: [Chicken-users] Live programming with Chicken

2014-07-03 Thread Kristian Lein-Mathisen
That is strange, I've experienced alex's problem too - having to yield a little to give the REPL some room. Anyhow, for others who might come across this thread: alex's idea works great, but you need to be careful with blocking IO on your REPL. If you don't use parley

Re: [Chicken-users] Live programming with Chicken

2014-07-03 Thread Daniel Leslie
Unless I missed a radical change in Chicken, its SRFI-18 threads are green threads and not real system threads. As a result, blocking operations will block all threads and no real gain is had from the hardware's support for multithreading. Because of those issues I suggest avoiding SRFI-18

[Chicken-users] Dbus egg crashes in Chicken 4.9

2014-07-03 Thread Oleg Kolosov
Hello. After upgrading to Chicken 4.9 our application started to crash in dbus egg. The culprit was found in changed semantics of the assoc and friends: it now checks that the supplied argument is a list. The attached patch fixes the problem. I've not checked if there are similar problems

Re: [Chicken-users] Dbus egg crashes in Chicken 4.9

2014-07-03 Thread Shawn Rutledge
I found that a couple of days ago; try again with the svn trunk. I will have to make a new release soon. It's interesting that you are getting some use out of it; does it work well enough and make sense? What kind of application? On 3 July 2014 20:35, Oleg Kolosov bazur...@gmail.com wrote:

Re: [Chicken-users] Fwd: Re: Active Windows users poll

2014-07-03 Thread Oleg Kolosov
On 06/17/14 17:48, Pedro Melendez wrote: I would vote for that too. Some eggs might be a little tricky to port though. I remember having troubles with a networking egg on cygwin. Can't wait to see this :) On Tue, Jun 17, 2014 at 2:39 AM, Yaroslav Tsarko eriktsa...@googlemail.com