On 2009-01-31 15:17:40 -0500, Sean Kelly <[email protected]> said:
I like function calls that read like a sentence. Here I'd read take(10, fib) as "take 10 from fib". The only advantage of reversing the arguments is that it might decompose well into the property syntax: fib.take(10).
How about fib[0..10]? -- Michel Fortin [email protected] http://michelf.com/
