A Tango Fibers question and a functional programming anecdote.

BCS ao at pathlink.com
Sun Oct 28 14:15:55 PDT 2007


Reply to Benjamin,

> Reply to Downs,
> 
>>> ["Load ", "Prefetch ", "Prefetch "] /zip/ (
>>> [0, 1, 2] /map/ (
>>> &info /rfix/ currentComic /fix/ (
>>> &subtract!(int) /fix/ currentStrip
>>> )
>>> )
>>> )
>>> /map/ &concat!(string) /zip/ [
>>> &update,
>>> &prefetch /fix/ (currentStrip-1),
>>> &prefetch /fix/ (currentStrip-2)
>>> ] /map/ &Pool.addTask;
> how the heck is that parsing?? Is the /map/ actualy this:
> 
> (A / B) / C; ??
> 

BTW if that is what you are doing, I may be force to do something totally 
EVIL to reclaim some ground in the "does nasty things with D" ranking. I 
have a few ideas though....  }:-)  (BBBBWWWWAAAA HAA Haa haaa.....)





More information about the Digitalmars-d mailing list