Re: [Chicken-users] go routines for chicken

2013-11-22 Thread John Cowan
m...@freeshell.de scripsit: > I recently stumbled over a package for Python that allows to use the > golang go routines concurrency model (https://github.com/stuglaser/pychan). > > Is there anything comparable in Chicken Scheme? If not, how complicated > would be to make such an implementation?

Re: [Chicken-users] go routines for chicken

2013-11-22 Thread Daniel Leslie
At present, and to the best of my knowledge, there exists no similar capacity in Chicken which uses *real* operating system-level *thread*concurrency. However, there are numerous eggs that will help with *process*-level concurrency: http://wiki.call-cc.org/man/4/Unit%20posix http://wiki.call-cc.o

[Chicken-users] go routines for chicken

2013-11-22 Thread mfv
Hi, I recently stumbled over a package for Python that allows to use the golang go routines concurrency model (https://github.com/stuglaser/pychan). Is there anything comparable in Chicken Scheme? If not, how complicated would be to make such an implementation? I understand that Chicken only of

Re: [Chicken-users] html->sxml (html-parser egg) does not decode entities in html attributes, ideas why?

2013-11-22 Thread Jim Ursetto
Alex, Looks like there's a regression of sorts in html-parser 0.5.1. 0.5.0 #;> (html->sxml "") (*TOP* (foo (@ (bar 0.5.1 #;> (html->sxml "") Error: (cadr) bad argument type: () Arguably, empty attributes should result in a value of "" as per http://dev.w3.org/html5/markup/syntax.html#syn