Board index » delphi » Re: My Suggestion : A New C# compiler for native code
maramirezc
![]() Delphi Developer |
Re: My Suggestion : A New C# compiler for native code2007-01-09 01:29:45 AM delphi103 "Renato" <XXXX@XXXXX.COM>writes: Quoteabout a new C# compiler for native Win32/64. Maybe a good idea for someone's personal open source project... There are several "native Java" projects, doing trying to do the same stuff, but with Java. The C# programming language by itself, adds stuff that wasn't available to C++. A few years ago, Borland proposed to expand the C++ language to support properties, events, and other stuff that is currently SUPPORTED BY JAVA AND C#. Search in Goggle's newsgroup search: borland.public.cppbuilder.non-technical "Borland proposes PME additions to the C++ standard" Many C/C++ rejected those additions, altough necessary. There is another important feature about C#/Java versus C++/Delphi: Module support. In C#/Java all units/modules are "dynamic libraries", and are called on "the fly". Developers doesn't need to "prepare" functions from a "dynamic library", as it does in Delphi or C++. The NET/Java compiler adds the implicit necessary code. A native C#/Java compiler with static libraries may be an interesting idea, but doesn't provide enough benefit/cost for a commercial compiler, not at the moment, I think. Just my 2 cents... maramirezc |