I'm posting this in the lounge instead of programming because this is likely to be very subjective.
I don't remember exactly how, but a couple of weeks ago I stumbled upon something written in pascal, and before I knew it I was downloading freepascal and playing around with it. I guess I'm coming into it to late; I never played with pascal when it was popular. I went from qbasic straight to C, and then java, and various other 'curly brace' languages.
Does anyone use freepascal or delphi? Breaking away from curly-brace land, and finding myself in begin/end reminds me a lot of my qbasic days (if/end if, etc), but it's new, like when I was learning programming back then, but I also get advanced things I didn't use back then, like pointers, objects, etc. It's a nice combo of new and nostalgia.
Playing around with this was a fun diversion, but I'm starting to think that attempting a larger project in it would be worthwhile.
- has anyone written a game in pascal and had a great time?
- has anyone written a game in pascal and had a nightmare getting it finished?
- would the ratio of good times/bad times be any different in C++ than in pascal?