A Tango Fibers question and a functional programming anecdote.

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


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; ??





More information about the Digitalmars-d mailing list