On 11 Dec 2007, at 17:27 , Stéphane Ducasse wrote:
At least when the Smalltalk parser parses a literal
array, it creates
literal objects at compile-time
and you do not have to do another translation.
It reads a string and then does string == "true" ifTrue: [ ^true ]
same for nil false etc. No magic in there, Toon is right.
AA