When I started learning computer languages in 1980 (I started with Commodore C64 Basic, later it was Turbo Pascal, C/C++, Java, Prolog, […]
Blog Archive
0
Little Man Computer
From Wikipedia: The Little Man Computer (LMC) is an instructional model of a computer, created by Dr. Stuart Madnick in 1965. It’s nice to teach kids […]
0
C++ 11 Standard
Maybe I am a bit late, but there is a new C++ 11 standard with really cool features. http://en.wikipedia.org/wiki/C%2B%2B11 E.g. Range-based for […]
0
Code Kata – Compare Haskell and C++
After many years of experience in object oriented programming and just talking about functional programming, I decided to get a hands-on experience by inventing the following code […]
0
Taxonomy for emergent programming languages
As explained in Wikipedia (http://en.wikipedia.org/wiki/Programming_language) there are different classification schemes for current programming languages: by inheritance (result in language families, mostly related to syntax) […]