[pypy-dev] CLI code generation

Armin Rigo arigo at tunes.org
Mon Mar 20 21:31:25 CET 2006


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



More information about the Pypy-dev mailing list