Do you remember your first bit of code?
Collapse
X
-
Comment
-
Re: Do you remember your first bit of code?
I *do* remember my first bits of code, but this thread has really made me feel old. I wrote RPG (please note, I am speaking of the original, not any later version) and used to have a copy of it. A full page of instructions to basically add two numbers together, with a second page that printed the result. Painful. I also did some earlier programming by wire (basically equivalent to setting a bunch of dip switches to on or off, and then a lever to enter the command into the computer, with a final command to run the instructions you'd entered), but couldn't say I "remember" much of it.
http://en.wikipedia.org/wiki/IBM_RPG
The first code I ever did that I found interesting enough to remember would have been in LISP, and was an A* search.
http://en.wikipedia.org/wiki/A*_search_algorithmComment
Comment