-
Recent Posts
Archives
- July 2019
- June 2012
- May 2012
- April 2012
- September 2011
- April 2011
- January 2011
- December 2010
- November 2010
- August 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
Categories
Meta
Monthly Archives: March 2009
Contextual Keywords
Keywords and Contextual Keywords A language keyword is a reserved word that cannot be used as an identifier for variables, constants, classes etc. Often it is an element of language syntax. Syntactical structure is simplified by means of keywords. A … Continue reading
Posted in csharp, EasyExtend, Grammars, Python
Comments Off on Contextual Keywords
CPython vs IronPython
Two video shots tell more than 2000 words. CPython Get the latest Flash Player to see this player. [Javascript required to view Flash movie, please turn it on and refresh this page] IronPython Get the latest Flash Player to see … Continue reading
Posted in Python
Comments Off on CPython vs IronPython
The thunk_stmt and programmable semantics In Python
Seems as if there was just a single direction of syntactical improvement of Python these days which is the introduction of Ruby style blocks. Tav suggests to reuse Pythons with-statement: with_stmt: "with" expression (["as" target] | ["do" [parameter_list]]) ":" suitewith_stmt: … Continue reading
Posted in DSL, Grammars, Python
4 Comments
Lonely Python is Intelligent Design and how to liberate from it
Python is doomed. Well, of course it is not yet doomed. Python is an evolutionary dead end living lonely on its own fitness plateau. It is clear that Python won’t have offspring because of significant whitespace aka indentation sensitivity. No … Continue reading
Posted in DSL, Grammars, Python
2 Comments