C# frontend

Per Bothner per@bothner.com
Thu Dec 14 11:11:00 GMT 2000


Per Abrahamsen <abraham@dina.kvl.dk> writes:

> Seriously, are the languages close enough that it would make sense to
> implement C# as a language variation in Java front-end?

Well, there are big similarities, but the many things (including syntax)
are different.  They have similar object models, but C# also has "unboxed"
objects (struct types, not just reference types), and the primitive
number types as just builtin unboxed types.  This idea (which I believe
comes from Eiffel) makes a lot of sense to me.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


More information about the Gcc mailing list