vote up 4 vote down star
1

I just came across a new BASIC implementation for Google Android application called Simple. You can read about it here:

http://google-opensource.blogspot.com/2009/07/programming-made-simple.html

Clearly, a lot of time and effort has been recently put into enabling this functionality for Android.

Should the software industry continue to encourage non-programmers into learning BASIC, or are modern languages like C#, Python, Ruby more appropriate at this time?

flag
1  
You may find that SO does not lend itself particularly well to spirited discussion... If so, please see: meta.stackoverflow.com/questions/8401/… – Shog9 Jul 28 at 1:49
1  
A) Colleges are bitching cause high schools aren't teaching programming. B) We shouldn't be waiting till even High school to start teaching them. C) Kids don't give two shits about high minded concepts that even langauges like Python promote, they just want to make stuff happen. Write something like "10 Graphic 15: plot 10,10: drawto 100,100:Rem Atari basic that a elementary school kid wrote." in python. D) We only care about objects because we've seen the advange (highminded concept), beginner haven't. – NoMoreZealots Jul 28 at 15:14
While I don't think BASIC is perfect, people who are trying to replace it are too smart for thier own good. You have to remember what it was like to be a child to come up with something better. OH, I just saw gasp for python, that's the first beginner friendly graphics lib I've seen since BASIC. I still think "from gasp import *" is a about as clear as mud for someone who's never programed before, but other than that it looks fantastic. I'm a bit tenative on most of python's "advanages" for anyone other than a CS major though. – NoMoreZealots Jul 28 at 16:29
Load "*" 8,1 (launched BASIC from disk on my C64) – LuckyLindy Aug 11 at 22:45

11 Answers

vote up 6 vote down check

I think Basic is a very fine language for non-programmers. You are saying that Python, Ruby and C# are easy ?! really ?!

I don't think that a non-programmer would care about reflection for example. These languages boost the productivity of a programmer. For a non-programmer they are nightmares! With tons of concepts.

I know a lot of friends who learned QBasic in high school very easily and did some really cool stuff with it.

So, yes Basic or its modern descendants are very fine for non-programmers. I find SmallBasic very interesting :)

link|flag
One doesn't need to understand, or even be taught, reflection, in order to learn C#. Normally, you'd teach a person some limited subset of a language that is most suitable for their level of understanding. Similarly to how you wouldn't teach a newbie about PEEK/POKE, or CALL INTERRUPT, or the details of image format used by GET and PUT, in QBASIC. – Pavel Minaev Jul 28 at 1:50
What I am emphasizing is that, C#, Ruby and Python are easier for a programmer to learn. SmallBasic for example is easier for a hobbyist to learn and do cooler stuff with it than Python or Ruby. – AraK Jul 28 at 1:56
Can you give any specific examples (i.e. analysis of features or language concepts) of how and why SmallBasic is easier for a hobbyist to learn compared to Python? – Pavel Minaev Jul 28 at 1:58
1  
"The IDE of SmallBasic is much more friendlier for a non-programmer than installing CPython" What? Python is pre-installed on everything except Windows. And Windows has an MSI that's trivial to use. – S.Lott Jul 28 at 2:29
4  
I learned Basic while I was in elementary school, Libraries are more confusing for a 11 or 12 year old than line numbers. Anyone who's had homework can understand numbered statements. 'Good ol Boy' Basic on those old 6502 based machines gave me a more concrete understanding of what happens when you read/write a HW register, via a PEEK/POKE, than any theoretical BS I learned in college. Which served me well cause the FIRST job I got out of college was writting a device driver. Non of class mates could have done it based on their classes. – NoMoreZealots Jul 28 at 2:33
show 3 more comments
vote up 4 vote down

I don't see any reason for continuing with BASIC. The original BASIC was good because it was a very lightweight language with a minimum amount of constructs consistent with capabilities of machines of the time. It also had built-in graphics primitives, which are a good way to "get something interesting done quickly", and are very useful teaching tools.

Modern BASIC is much more complex, and its syntax is significantly more bloated, and new additions are more often than not inconsistent with core of the language (or, if you prefer to look at it the other way, the core of the language is outdated compared to new constructs that are slapped on top of that).

I believe that today, Python covers all teaching ground that BASIC ever did. And its turtle module is good enough to provide the basic teaching graphics.

link|flag
1  
+1: Ditch basic. Move to Python -- it's simpler. – S.Lott Jul 28 at 2:27
1  
Not all modern Basics are "Bloated." Some of them cling to one of the advantages that earlier BASIC had. The ability to run in a extremely small footprint. – NoMoreZealots Jul 28 at 2:36
I referred to "bloated syntax", not to "bloated execution speed". I know there are plenty fast BASIC implementations out there (e.g. PowerBASIC). But the syntax is still a mess of legacy constructs with bits and pieces retrofitted from more modern languages in a very ad-hoc fashion. – Pavel Minaev Jul 28 at 3:36
1  
Bloated syntax is replaced with bloated library in python. import why.would.this.be.easier.to.teach.foo.* as obtuseNonstandardName? Something that people like us take for granted, like wildcards and aliasing are NOT good ideas for beginners because initially they won't understand and they will just copy. Not to mention, I knew people who had a hard time grasping ARRAYS in COLLEGE, list are great once they've GROKed data structures, but not for a beginner. White space as scope is fraut with dangers for an undeciplined programmer. – NoMoreZealots Aug 10 at 5:48
vote up 3 vote down

The language is nowhere near as important as the concepts. Variables, data structures, conditional statements, looping. The language is a tool, a means to understand programs and programming. I'd bet that people here first learned to program in one of maybe a dozen different languages; in half those cases I doubt they write anything in said language any more.

So, sure. BASIC. LOGO. Python. Pascal. C. Java. Assembly. Once you know how to do it in one language, it's so much easier to translate that thinking to other languages, to expand the breadth and depth of languages and of programming styles and methodologies.

link|flag
vote up 2 vote down

Speaking as a 14-year veteran of Visual Basic (going back to VB3): hell no. There are lots of other languages out there that are just as easy for beginners and non-programmers to learn, and they have the advantage of transitioning nicely to more powerful languages.

It's not that BASIC is all that horrible; it's just that some things should be allowed to die.

link|flag
3  
Visual Basic is really nothing like BASIC. :) – Bob Somers Jul 28 at 2:06
1  
I agree. I have used every version of VB. Before that Powerbasic, Quckbasic, Amiga Basic and Spectrum Basic. Now I just do C#. R.I.P. BASIC – FlappySocks Jul 28 at 2:12
1  
The Basic Stamp uses hardware that can't run Java, Python or even Lau. It lets kids play with real hardware in way thats not practical, on "More enlightened" languages. – NoMoreZealots Jul 28 at 2:18
2  
I've changed my mind. We should keep BASIC around for the same reason we keep the Amish around: if civilization collapses, we'll still be able to code. – MusiGenesis Jul 28 at 2:39
1  
As someone who programmed in BASIC for years, VB looks nothing like BASIC to me. It looks like an overly-busy Pascal. – Nosredna Aug 11 at 18:36
show 2 more comments
vote up 2 vote down

Non-programmers should try Lua or DrScheme. Since the 1960's, we have learned a thing or two about teaching programming to non-programmers and other beginners.

link|flag
vote up 2 vote down

Many middle schools and high schools use unstructured basic to programming. These languages (basicA, basicQ) are out of date and focus on programming concepts and modes of thinking which are no longer used. For instance unstructured basic makes use of GOTO statements.

I'd recommend logo for teaching kids as it is designed to keep them interested while teaching them important concepts.

  • It has a turtle that they can move around. This can be very helpful to get kids doing for loops and functions
  • It has be easily used with simple robotics (the turtle can be a robot turtle)
  • There are many books for teaching to very young children.

Pete Eddy made an excellent point in the comments that:

"The key is to include "enough" functionality in the language, that they don't need to do things like: "import Blah.foo.bar.and.the.kitchen.sink.* as somethingDifferentEVERYTIME;" because that's just ugly stupid to explain to someone at an age they SHOULD be learning the basics of programming."

link|flag
What? Modes of thinking which are no longer used? Basic algorithm constructs such Loops, flow control and variables? Regardless of the design methodology these concepts are still relevent. Abstraction and reuse weren't invented with OOP, they were concepts that were taught when plain old PASCAL was still used to teach computer science. And OO concepts can be implemented in non object oriented langauges. Many early C++ compilers were just pre-processors. Ultimately all other concepts get layered on a non-object-oriented, non-dynamic, non-reflective, non-insert-bussword processor. – NoMoreZealots Jul 28 at 21:41
The use of GOTO's and flow control based on line numbers is not a useful thing to teach. Furthermore using whitespace to scope is probably a bad idea in a language for learners. – e5 Jul 29 at 0:17
2  
Goto aren't needed on a modern basic. The whole issue dijkstra had with them was you could do the same thing with while statements and proper block statements in "if else" statements. Those aren't really a problem in a modern basic. The key is to include "enough" functionality in the language, that they don't need to do things like: "import Blah.foo.bar.and.the.kitchen.sink.* as somethingDifferentEVERYTIME;" because that's just ugly stupid to explain to someone at an age they SHOULD be learning the basics of programming. – NoMoreZealots Aug 10 at 5:33
@Pete Eddy, +1 I agree completely, especially in regards to teaching without fancy specific libraries! Unfortunately modern basic is not always/often taught. Many highschool/middleschool level introduction to programming classes, use basicA basicQ. Goto's are a problem in basicA basicQ. Sorry about the confusion, edited my post to reflect the fact that I am talking about unstructured basic. – e5 Aug 10 at 15:44
No problem. When it basicA I doubt modern school would teach it any more. Is that even still available? Even in your mid 20s it been a long time since you were in 6th grade. – NoMoreZealots Aug 11 at 14:06
show 2 more comments
vote up 1 vote down

I think of the company advertising "Thought Processors" or the college pretending that learning BASIC suffices or at least helps, whereas the teaching of BASIC should be rated as a criminal offence: it mutilates the mind beyond recovery.

--Edsger Dijkstra at the ACM 1984 South Central Region Conference

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.

-- Edsger Dijkstra, How do we tell truths that might hurt? (1975)

Dijkstra knew a lot more than I do, so I'll take his word for it.

link|flag
Of course, those quotes are from the time before Basic turned itself into Pascal. :-) – Nosredna Aug 11 at 14:26
vote up 1 vote down

Personally, I think BASIC feels more natural to a kid or someone else just starting out. BASIC can easily be learned by a 6 year old (or at least I thought so at the time).

Here's a quick comparison ... tell me which feels more natural:

Python:
a = 0
while a < 10:
    a = a + 1
    print a

Basic:
a = 0
do while a < 100
    a = a + 1
    print a
loop

I might be wrong, but I think the required formatting of python would trip up a kid ... that's one thing I personally HATE about Python. What happens if someone goes through and removes some of your spaces? Oops! Either way though, as long as the teachers aren't suggesting the students use GOTOs everywhere, it is relatively easy to move from BASIC to Python and vice-versa.

link|flag
3  
"What happens if someone goes through and removes some of your spaces? Oops!" Does that happen much? Space-removing gremlins? – Nosredna Aug 11 at 18:33
1  
Sure - noobie developer starts modifying code, adds a few spaces or removes a couple. Many developers are acclimated to spaces never mattering. Moving to a language where spaces are uber-important can be a challenge. – LuckyLindy Aug 11 at 21:13
1  
@Nosredna:Ithappenstomeallthetime. – MusiGenesis Aug 11 at 21:29
1  
@Nosredna: I'm just trying to enjoy C# for as long as I can before MS turns it back into VB ("var" and "dynamic" are just the beginning of this). – MusiGenesis Aug 11 at 22:04
1  
BASIC doesn't come with a Cultist type loyalty that demands you follow their point of view. Most pieces of Pythonic documentation spends more pages trying to convert you than there were pages in the BASIC manuals I learned from. While the language in and of it's self may have merit, treating it like the "Holy Grail" (pun intended) is the type of irrational "Bad thinking" that Dijkstra warned about. – NoMoreZealots Aug 13 at 2:01
show 4 more comments
vote up 1 vote down

Not that many acknowledge it but there are more microcontrollers sold anually than x86s. I'm not sure about usb mice, but a common implemntations PS2 mice and keyboards both was use an 8 bit micro. If for no other reason than it would be rather silly to put a quad-core pentium in a system that could make due with a part that cost less than a $1. So the application languages running on resource limited systems still exist. Products like the "Basic Stamp" provide a platform for young perspective engineers to experiment with. Basic is nice on these platforms due to the fact you can ROM basic and run a token stream on a system less than 1 k of ram, which is common for products from the company Microchip, manufacture or the PIC microcontrollor family.

Edit: Other than that, I learned BASIC in elementary school. I really don't buy that I would have grasped Python's dependancy on libraries at that age.

link|flag
This is an interesting point. I suspect that something like the Apple ][ (or equivalent) could be essentially built for about $10, and kids could program on it. Now, this isn't a great deal for someone with a modern computer, but for children in cash-starved school districts this could be a huge win...a programmable computer for the price of a textbook. – Beska Aug 11 at 14:08
There are single chip microcontrollers out there that have 64K built in and run anywhere from 8 to 100MHz. Those things blow away the 8-bitters I grew up with! It's like an Apple II on steroids! One of the local middle schools here is doing a robotics competition. The robot is based on the Basic Stamp II from Parallax. I just wish we had a more encompassing curriculum. It's a nice hands on project for kids. – NoMoreZealots Aug 11 at 14:46
vote up 0 vote down

Alice is a great language for beginners, particularly children.

For adults, functional languages have surprising results. F#, having good support, is a good call.

Visual Basic is not bad, and is widely supported. Being able to do stuff in Excel is a plus for many adults.

If the person intends to become a programmer, and is not a children, I recommend Scala. It has both functional and object oriented paradigms, well balanced, and has a good support structure.

link|flag
1  
Scala as a beginner language? I don't think that's a good starting point. In fact, I don't think that any language in which you have to write class or object to write a basic "Hello, world!" type application is a good starting point. – Pavel Minaev Jul 28 at 1:59
Well, you don't: paste.pocoo.org/show/131244. Or the version on a batch file: paste.pocoo.org/show/131245. – Daniel Jul 28 at 13:30
Or just plain put that line inside a file and run it with scala hellowworld.scala. No object, no class. – Daniel Jul 28 at 13:31
The nice thing about VB.NET or VBA for adults is that you can immediately see results. Creating a calendar, todo list, recipe tracker, or similar app in the first days of learning is pretty rewarding for a new developer. – LuckyLindy Aug 11 at 14:33
vote up 0 vote down

"The software industry" doesn't encourage BASIC, and hasn't for a long time. Do you hear anyone demanding that BASIC be put back into ROM on new computers?

Just because someone implements a BASIC for a system doesn't mean that "the software industry" is planning a new crop of BASIC programmers. Just about all languages get ported to just about every platform.

However, there are now and will be many, many jobs for VB (and COBOL, for that matter) legacy maintenance. As long as there is money in it, people will need to learn it. As long as there are parents who learned BASIC as a child, some will want the experience of sitting down with their kids and passing that along. I see no harm and no foul here. For the kids, BASIC lost a long time ago. There are a dozen or more popular languages vying for attention.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.