Have We Lost BASIC?

Discuss life, the universe, and everything with other members of this site. Get to know your fellow polywell enthusiasts.

Moderators: tonybarry, MSimon

Post Reply
Jccarlton
Posts: 1747
Joined: Thu Jun 28, 2007 6:14 pm
Location: Southern Ct

Have We Lost BASIC?

Post by Jccarlton »

Interesting article from David Brin on losing am important skillset. BASIC programming, in more ways than one.
http://www.salon.com/2006/09/14/basic_2/
In this day and age simple coding is an essential skill.

MSimon
Posts: 14335
Joined: Mon Jul 16, 2007 7:37 pm
Location: Rockford, Illinois
Contact:

Re: Have We Lost BASIC?

Post by MSimon »

Jccarlton wrote:Interesting article from David Brin on losing am important skillset. BASIC programming, in more ways than one.
http://www.salon.com/2006/09/14/basic_2/
In this day and age simple coding is an essential skill.
Forth is easy enough - you just have to "get" reverse polish. Not too difficult with some practice or an appropriate HP calculator.
Engineering is the art of making what you want from what you can get at a profit.

Scupperer
Posts: 139
Joined: Mon May 05, 2008 3:31 pm
Location: Huntsville, AL
Contact:

Re: Have We Lost BASIC?

Post by Scupperer »

I've been using an emulator of the old Trs-80 color computers for line-command BASIC with my kids.

http://www.haplessgenius.com/mocha/

You can download it for stand-alone functionality.
Perrin Ehlinger

DeltaV
Posts: 2245
Joined: Mon Oct 12, 2009 5:05 am

Re: Have We Lost BASIC?

Post by DeltaV »

Dr. Brin is spot on.
If an enemy had set out to do this to us — quietly arranging so that almost no school child in America can tinker with line coding on his or her own — any reasonably patriotic person would have called it an act of war.
Microsoft reached its peak with MS BASIC PDS 7.1. Following products made it obvious that societal control required obfuscation. Potentially, infinite obfuscation. Today, the amount of "prep" code and abstraction needed to turn on one pixel in a usable program is nauseating.

hanelyp
Posts: 2261
Joined: Fri Oct 26, 2007 8:50 pm

Re: Have We Lost BASIC?

Post by hanelyp »

BASIC, in a number of ways, was never that great of a programming language. Its one great virtue was being very simple. I'm seeing HTML/javascript as a good environment for budding programmers today. Of course this needs to be paired with something 'server side' if the program is to deal with stored data.
The daylight is uncomfortably bright for eyes so long in the dark.

Teahive
Posts: 362
Joined: Mon Dec 06, 2010 10:09 pm

Re: Have We Lost BASIC?

Post by Teahive »

If, like me, you got confused by "only a decade or so ago", note that the article is from 2006.

I do share some of the sentiments expressed in the article. Mainly that more could be done to teach programming and how a basic computer works. But the past was never that rosy to begin with.

I took my first programming steps with GW-BASIC, then moved on to QuickBASIC (and many other languages since). While I have fond memories of the time I don't mourn the demise of BASIC. I think the tools and methods for teaching and learning programming today are better. There are a number of easy-to-learn languages and tons of tutorials and textbooks freely available on the net. There are great tools. For example, want to see what a Python program does, line by line, step by step? Try Python Tutor. Though programming in general is still fraught with serious problems, not just in the initial learning phase.

The number of people who learn programming at least on a basic level has gone up, not down. Even back then, most computer users never touched BASIC (or no more than they had to to run programs). It might be true that today an even smaller ratio of computer users learns to program, but there are far more of them.

TDPerk
Posts: 976
Joined: Mon Jul 30, 2007 12:55 pm
Location: Northern Shen. Valley, VA
Contact:

Re: Have We Lost BASIC?

Post by TDPerk »

LibBasic is pretty good for standalone, and RunBasic the same for server-side to remote terminal computing.
molon labe
montani semper liberi
para fides paternae patria

Post Reply