On 2011-02-15, at 12:46 PM, chevalma@iro.umontreal.ca wrote:
Thanks.
A slight detail. When doing conversions to string, you should probably do String(x) instead of x.toString(), because some values (eg: undefined) can't have method calls. I will change this in the array code.
Interesting! OK.
For efficiency the conversion to string should be done in a prepass, but that can wait.
Marc