| The added foo!bar -> (foo 'bar) syntax is nice, but it seems to prevent the naming of functions like fill-array!. This isn't so much a problem, but it seems to disguise the problem. Arc doesn't complain if you define such a function until you try to use the function, in which case it is undefined. |