Feb. 15, 2011
11:50 a.m.
On Tue, Feb 15, 2011 at 08:00:18AM +0100, St?phane Ducasse wrote:
Eliot
you use caseOf: for the generation of C in Slang and VM maker. Now this means that - it does not need to be inlined - it could be packaged with VMMaker
Are these two points correct?
No. VMMaker is used in many images, not just Pharo. And #caseOf: is used in packages other than VMMaker. So moving it into the VMMaker package would be a Bad Thing To Do. Dave