Native Windows VM extension

Andreas Raab Andreas.Raab at gmx.de
Fri Mar 22 10:41:52 UTC 2002


Göran,

> > "easier/harder" by what measures? I would say that it
> > depends onhow familiar you are with the tools.
> 
> I was more thinking in terms of "missing pieces" - for example,
> not having callbacks sounds like a biggie. Or perhaps it's not? 

Again it depends. It _can_ be a biggie but often it isn't.

> And perhaps Python has an edge in regard to how GC works etc.

Huh? What's that to mean?

> And... wasn't there an effort to make the Plugin stuff "smarter"?
> The TestInterpreterPlugin sounds familiar. What happened with 
> that and what was it essentially?

Essentially it was and _is_ an attempt to simplify the glue code
generation for plugins. E.g., it simplifies many boring tasks like
having to pop the argument, check for the correct type, coerce it etc.
etc. etc. by just declaring them in a special way. I always hoped that
at some point somebody would work toward generating this kind of glue
code from a C function specification so that you can generate a plugin
from a class that has FFI calls. Wouldn't that be nice ;-)

> End of questions. I promise. :-)

Hey, you can ask as many questions as you wish as long as you don't
actually expect me to answer (heh, heh) ;-)))

Cheers,
  - Andreas





More information about the Squeak-dev mailing list