Aktuelle Änderungen Printable View Änderungen Bearbeiten
MetaProgramming > BooLanguage > IL > IntermediateLanguage > HackingPythonWithEmacs > SearchWiki > PythonIdioms > RubySprache > DomainSpecificLanguages > IronPythonClear Trail
An alternative implementation of python developed by JimHugunin? for the DotNet-platform, i.e. running on the CLR (CommonLanguageRuntime)I wanted to pinpoint the fatal flaw in the design of the CLR that made it so bad at implementing dynamic languages. My plan was to write a short pithy article called, "Why .NET is a terrible platform for dynamic languages".
Unfortunately, as I carried out my experiments I found the CLR to be a surprisingly good target for dynamic languages, or at least for the highly dynamic specific case of Python. This was unfortunate because it meant that instead of writing a short pithy paper I had to build a full Python implementation for this new platform to see if there would be any hidden traps along the way. [1]