April 2, 2010
3:23 p.m.
On 4/2/2010 5:12 PM, Stéphane Ducasse wrote:
Because I want to play with the idea of bootstrapping a smalltalk and I would like to have a socket and a raw sequence of numbers... No compiler no.... just a reader of stuff (but of course for that you need already a lot)
Craig has done quite a bit of work regarding code loading I would assume. For bare bones (binary) loading of compiled code and classes you actually shouldn't need much infrastructure, but a lot of thought beforehand (representing and binding symbols, encoding the literal frame etc) :-) Michael