Re: [Chicken-users] [Chicken-hackers] happy christmas!

2016-12-24 Thread Arthur Maciel
Merry Christmas, folks! Em 24 de dez de 2016 11:00, "Hugo Arregui" escreveu: > On 2016-12-23 06:36, felix.winkelm...@bevuta.com wrote: > >> Dear CHICKEN folks! >> >> >> I wish all of you a very happy christmas. >> > > > Merry Christmas everyone! > >

Re: [Chicken-users] [Chicken-hackers] happy christmas!

2016-12-24 Thread Hugo Arregui
On 2016-12-23 06:36, felix.winkelm...@bevuta.com wrote: Dear CHICKEN folks! I wish all of you a very happy christmas. Merry Christmas everyone! ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] Parallel procedures in CHICKEN

2016-12-24 Thread Kooda
On Sat, 24 Dec 2016 02:11:37 -0200 Arthur Maciel wrote: > Is there a way to implement map, for-each and other procedures in a > parallel way so > > (use srfi-1) > (map (lambda (x) (+ x 1)) (iota 100) > > would automatically split the list into smaller lists according