[Chicken-users] Use Chicken 3 egg in 4

2014-10-09 Thread Sascha Ziemann
Hi, is it possible to use a Chicken 3 egg like the the SMTP client in Chicken 4? I can not find the SMTP client in the version 4 eggs. Regards, Sascha ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] Use Chicken 3 egg in 4

2014-10-09 Thread Christian Kellermann
* Sascha Ziemann cev...@gmail.com [141009 20:39]: Hi, is it possible to use a Chicken 3 egg like the the SMTP client in Chicken 4? I can not find the SMTP client in the version 4 eggs. In principle yes. The most significant changes and the reason why eggs haven't been ported in general is

[Chicken-users] ICFP 2015 Call for Workshop and Co-located Event Proposals

2014-10-09 Thread David Van Horn
CALL FOR WORKSHOP AND CO-LOCATED EVENT PROPOSALS ICFP 2015 20th ACM SIGPLAN International Conference on Functional Programming August 30 - September 5, 2015 Vancouver, Canada

[Chicken-users] new egg: bindings for nanomsg

2014-10-09 Thread Kristian Lein-Mathisen
Hi folks! I've just played around with nanomsg which I really like. It fits really nice into Chicken's inner workings, with it's new file-descriptors which you can poll(). So I've started creating some bindings, and though it might be enough for an egg. Please look over it and add it to the

Re: [Chicken-users] new egg: bindings for nanomsg

2014-10-09 Thread Mario Domenech Goulart
Hi Kristian, On Fri, 10 Oct 2014 01:29:08 +0200 Kristian Lein-Mathisen kristianl...@gmail.com wrote: I've just played around with nanomsg which I really like. It fits really nice into Chicken's inner workings, with it's new file-descriptors which you can poll(). So I've started creating