Re: [Chicken-users] Strange behavior of Chicken Scheme interpreter on Windows 7

2014-12-06 Thread combier
Peter, I found the root cause of my issue, it is not related to Chicken Scheme, it's pretty simple. Actually, it took me a long time to realize there is some kind of sandboxing mechanisms in avast! antivirus. It redirect the input/output to some temporary window during the scanning of the

[Chicken-users] First call for papers LOPSTR 2015 -- 25th International Symposium on Logic-Based Program Synthesis and Transformation -- Siena, Italy

2014-12-06 Thread FALASCHI MORENO
25th International Symposium on Logic-Based Program Synthesis and Transformation LOPSTR 2015 http://alpha.diism.unisi.it/lopstr15/ University of Siena, Siena, IT, July 13-15, 2015 DEADLINES Abstract submission:

Re: [Chicken-users] Strange behavior of Chicken Scheme interpreter on Windows 7

2014-12-06 Thread Oleg Kolosov
On 06 Dec 2014, at 13:16, comb...@laposte.net wrote: 1. PREFIX looks to be mandatory in Chicken and is an absolute path 2. I want to package everything in an archive file which will be in different places on different computers Do you think it can work out-of-the-box playing with

[Chicken-users] Difference in behaviour with code compiled with csc and code run with csi.

2014-12-06 Thread Joe Python
I was experimenting with a coroutine example which i got from the c2 website. see link below for code. http://paste.call-cc.org/paste?id=cf4489b9de4820b330dc34371ea3b73a18115a4b#a0 I get the expected output when I run the code using csi $ csi -ns coroutines.scm HELLO! WORLD! However when i run