That LCG thang again
John has a great post that LCG has been discussed on the IronPython list, Joel and Jim have weighed in with info on LCG. The point that John makes is a very important one, with eval generated code it cannot be reclaimed in a GC sweep in LCG it can be. So languages that dynamically generate methods
can be collected. I think that Jim does intend to work LCG into a version of IronPython,. will be interesting to see what difference it makes. John also notes Jim is looking for a SDE to work on dynamic languages in the CLR, that just rocks.