picture

Archive for the ‘SW Technologies’ Category

Statistics for Programming Languages in February 2010.

Monday, March 1st, 2010

Today I found a nice article with the overview over modern programming languages and general tendencies in February 2010. I was pleasantly surprise, that Delphi is still in Top 10. So it is to be expected, the Delphi and IDEs for it will be supported also in the future.

Dynamic Programming Languages.

Sunday, August 5th, 2007

The topic of this post is a special class of high level languages that execute dynamic programm code which is not known to a compile time. The key advantage of such languages is that a program and its parts written once can be later modified and no compilation is required! In which cases can this bahaviour be useful? (more…)