2 comments

[ 3.1 ms ] story [ 14.1 ms ] thread
Looks very Haskelly. My suspicion is that it will evolve into APL or J ;)
Piggybacking on my semi-serious remark above, if you do (i and j are indices, and f is a function or expression):

  for i j.f
in Dex, this would be:

  i j $ f
in J. I think...