Good point, but I think the existence of a constructor is not really a 
contradiction to what I wrote above. Indeed I don't know if Nim has currently 
constructors like float() or int(). I never tried, but I am quite sure that new 
float and new int works. And I can remember discussions some years ago to 
remove the new keyword. Then int() or int(7) with initialization would be 
needed.

Reply via email to