Kids Programming Language
I wonder how many of you used to be programmers... Remember how it all started? In my case it was a Sinclair ZX Spectrum in 1983. Wonderful machine, programming it was so close to the metal... or silicon should I say. It was cold booting in 2 seconds and ready to execute statements you typed in. Like PRINT 2+2 (that yielded 4 in the upper left corner). Or PLOT (50, 50) to place a black pixel on the screen. Actually you could type a few lines and watch the computer executing your program instantaneously. It used to be so beautifully simple to feel what a computer program is in fact - a sequence of commands that are executed by the machine one by one. And today? You cold boot your gigahertz/gigabyte/gigaflop PC in 2 minutes flat and find yourself at the mercy of a START button. You can fire a Notepad to type a series of words that do nothing. Probably the closest thing you can do is to launch an Internet browser, go to google.com and type 2+2 in the search box. Yes, you will get that 4...