As I was reading through Exegesis 4, which was very nicely done, btw, one thing did strike me as a bit odd. Maybe it's just my Ruby/Python background, but why was push() still a built-in function? It seems like this should be a method of the array, as long as arrays are going to be objects.
Maybe taking the form of:
@foo.push($bar);or:
push @foo: $bar;If I understand that form of method call correctly.
In reply to An Exegesis 4 thought by huxley
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |