30 years later, QBasic is still the best
nicolasbize.com
30 years later, QBasic is still the best
1–10 of 133 posts
Re: 30 years later, QBasic is still the best
#2There is nothing quite so simple, pure and fun as the older programming languages. Everything is a little bit bloated today - but it is infinitely much better when done right than you could ever do with these old languages.
for introduction, kudos! just mastering the branch/loop/return you have learned the basics of all programming.
Re: 30 years later, QBasic is still the best
#3I learned on Basic XE on an Atari XE, then GFA Basic (2, 3, and 3.5) on an ST. I still find reading Basic code to be considerably easier than most other "starter" languages. GFA was remarkable for its time, with its compiled code executing with performance rivaling some of the C compilers on the ST.
Re: 30 years later, QBasic is still the best
#4However, I recently also came across a nice game development course from Harvard, CS-50 [1] (an excellent course, much recommended!). And for CS-50 the Lua language is used in combination with the LÖVE [2] framework.
After previously dabbling with SpriteKit [3] and Swift I have to admit LÖVE has been extremely pleasurable and fun to use. It's really nice to get some quick results. And you can easily build for multiple platforms (iOS, macOS, Windows, Android, ...)
I also love that I'm able to develop just using SublimeText [4], a very lightweight editor and pretty serviceable for doing Lua dev ... no IDE required, just like BASIC.
It's a nice change of pace from the normal heavy-handed Xamarin (C#) / Xcode (Swift/Objective-C) dev that I do in my day-to-day work, making "boring" business apps.
---
[0]: https://en.wikipedia.org/wiki/Texas_Instruments_TI-99/4A
[1]: https://cs50.harvard.edu/games/2018/
[2]: https://love2d.org
Re: 30 years later, QBasic is still the best
#5Basic was, and still is, an excellent language for introduction to programming. Yes, there are things you shouldn't do, but that applies to every programming language. There is nothing quite so simple, pure and fun as the older programming languages. Everything is a little bit bloated today - but it is infinitely much better when done right than you could ever do with these old languages. for introduction, kudos! jus…
Re: 30 years later, QBasic is still the best
#6Re: 30 years later, QBasic is still the best
#7Re: 30 years later, QBasic is still the best
#8This one: https://cmaiolino.wordpress.com/
Re: 30 years later, QBasic is still the best
#9I jest. People take the whole "imperative bad!" thing a little too far. I have fond memories of QBasic and certainly cut my teeth on it as a child. I did more TI-Basic on my graphing calculator since I could do that on the school bus. It can't have been too hazardous for my development since I independently rediscovered the idea of the "game loop" in my meddling.
Re: 30 years later, QBasic is still the best
#10(2016)