Hi Holger, On Mon, Mar 20, 2006 at 03:39:37PM +0100, holger krekel wrote: > at first i also thought that ootypesystem might make sense - but then > i considered that the Intermediate Language is statically typed
The difference between C# and IL is the same as the difference between C and LLVM: mostly none, for the purposes of code generation. A C# or IL back-end should be based on the ootypesystem, because these languages have classes and objects as their primitive data structures. Armin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
