in reply to Re^3: On Scripting versus Compiled solutions
in thread On Scripting versus Compiled solutions
The approach that you suggest (including the compiler with the binary) is exactly the "bundlemonkey" approach that jonadab ruled out. And my claim is that if you rule that out, then you run into problems with eval.
Well..I'm not sure what he would think of Squeak's approach (decompile the running environment into C++ code which, when compiled again, gives you the same environment again). That isn't the usual "bundlemonkey" approach, but it isn't totally dissimilar either...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: On Scripting versus Compiled solutions
by fizbin (Chaplain) on Mar 12, 2004 at 22:21 UTC | |
Re^5: On Scripting versus Compiled solutions
by adrianh (Chancellor) on Mar 13, 2004 at 15:35 UTC |