Linked by Thom Holwerda on Tue 7th Jul 2009 08:51 UTC, submitted by PLan
Thread beginning with comment 372073
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[6]: Embrace, extend and extinguish
by stanbr on Tue 7th Jul 2009 12:47
in reply to "RE[5]: Embrace, extend and extinguish"
So lets do the same. Lets see what are the advantages of .NET, the problems, and lets try to create or extend what we have with this new ideas. And not abandon everything to start over. If we abandon what we have everytime something new appears, we have a big problem
Speacily if these include us losing (some of) our freedom.




Member since:
2006-11-19
I know about that (except for the "created by evil itself" part).
For example IronPython (and DLR) has been done by Jython creator (Jim Hugunin) - who is now working for Microsoft btw. So you can do many stuff for JVM, too. (I think there was lisp for JVM, too).
Nevertheless, MS has added support for special constructs that made the VM flexible enough for many languages (e.g: I can directly use Pytho standard lib sources from CPython in IronPython without any modifications):
* Generics in the VM itself
* Extensive metadata
* Faster reflection based calls (from .Net 2.0)
* Nullable type support for the VM
* Several functional language constructs
* DLR (is actually an open source extension, but utilized by Python, Ruby and JavaScript implementations).
So, basically, MS did look at where Java fell short, and also at their own mistakes (like VB), and did a good job. And it helps me with my project, double kudos to them.
Edited 2009-07-07 11:40 UTC