|
From: Anthony H. <aj...@co...> - 2004-04-09 17:49:29
|
Dan Ingalls <Da...@Sq...> wrote: > > 1. I haven't played with SMACC. I assume it's good. I gather Marcus has also used this to do some fun work with Parse Trees. > > 2. Is there a pretty clean package that converts a current Squeak to use SMACC with decent reliability? > 2a. Is this a part of Anthony's Closure package? Yes, see the closure compiler (http://minnow.cc.gatech.edu/squeak/ClosureCompiler). It does not convert existing methods, instead both compilers live together with a preference indicating which one to use. Of course one can recompile methods if desired. Marcus Denker has added parts of the closure compiler into 3.7, so it is in a state of flux so I don't think the package loads correctly in 3.7. But it does load into 3.6. > 3. Is there general agreement on this list that SMACC is the way to go? I believe so. And it worked fine for me. Cheers, Anthony |