View Single Post
Old 14 April 2012, 23:19   #14
Dunny
Registered User
 
Dunny's Avatar
 
Join Date: Aug 2006
Location: Scunthorpe/United Kingdom
Posts: 1,973
Quote:
Originally Posted by Thorham View Post
Then I'm sure you know how limited those 8 bit BASICs are in comparison to things like assembler and C. What I want to know is why did you go back?
Because it's more fun, purely and simply. It's easy to knock up a very quick prototype of an algorithm in BASIC. It doesn't require any set up code - no window creation, immediate access to a graphics surface...

And it also changes the way you think about your code. Using line numbers constrains you wonderfully, resulting in very concise code. I wrote a simple R-Type engine in 25 lines of BASIC, for example. I love it. The best part is that I wrote the entire interpreter and the IDE myself!

D.
Dunny is offline  
 
Page generated in 0.16024 seconds with 11 queries