Dynamic Lookup in C#
bearophileHUGS at lycos.com
bearophileHUGS at lycos.com
Mon Feb 4 17:45:32 EST 2008
More information about the Python-list mailing list
Mon Feb 4 17:45:32 EST 2008
- Previous message (by thread): Problem with Image: Opening a file
- Next message (by thread): Module/package hierarchy and its separation from file structure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It seems C# 4.0 may become a bit closer to dynamic languages, especially closer to the Boo language (that is mostly static): http://blogs.msdn.com/charlie/archive/2008/01/25/future-focus.aspx As it develops, and its VM gains the method inlining capabilities of HotSpot, it will be faster. Static languages like D may have a hard time keeping up with that speed of language evolution. Bye, bearophile
- Previous message (by thread): Problem with Image: Opening a file
- Next message (by thread): Module/package hierarchy and its separation from file structure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list