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!
>
> __
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
https://lists.nongnu.org/mailman/listinfo/chick
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 to the
> number of CPU c