fraggle
Super Moderator

Posts: 5999
Registered: 07-00 |
Coding Co-op said:
My whole point is, if there were BASIC versions of editors and the game source out there, many, many, more projects would be done.
Nope. Programming doesn't get any easier just because you change the syntax.
Coding Co-op said:
I'm not saying there's a bunch of BASIC developers
Exactly. There aren't.
but, there are poeple who would understand how to do things much better if they could see how BASIC handles things like reading and displaying textures, putting textures on walls, hacking the executable, etc.
Nope. These are skills that require developing a way of thinking - a mindset that lets you understand how something is structured - and use it to solve problems. That is the essence of programming.
If you have that mindset then the language used is irrelevant. If you don't have that mindset, you'll be extremely limited in what you can achieve, regardless of the language.
I have many sets of source codes for all kinds of things, but I can't make heads or tails of it. BASIC (with lots of comments) would just make everything so much easier to understand.
So is it comments or BASIC you want? Converting the source code to that language won't magically add a bunch of comments that explain how it works.
Instead of complaining that things are written in a different language to the one that you know and trying to make the world adapt to you, have you tried just learning different languages and adapting yourself? Have you considered that there may be very good reasons that all those programs you're complaining about weren't written in BASIC?
Edsger W. Dijkstra said:
It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.
|