TweetFollow Us on Twitter

True BASIC Returns
Volume Number:8
Issue Number:3
Column Tag:Tools of the Trade

The Return of True BASIC

It's now more compatible than ever!

By Dave Kelly, MacTutor Regular Contributing Author

It would be interesting to count how many people are still using BASIC (beginners all-purpose symbolic instruction code) today. Of course, if you count all of the Apple II (IIe, IIc, IIgs), and PC clone users it would increase the total significantly. I guess the question is really, how many people do their own programming these days? I don’t mean spreadsheet or database programming. Some people think they have mastered programming as soon as they set up their first spreadsheet or database. That doesn’t count.

Over the years I’ve had many people ask me about what computer they should buy. The choice is much easier now, but I still ask the same question: What do you want to do with it? A typical answer is something like: “ my checkbook, keep track of addresses or phone numbers, get a better understanding of how computers work, and let my kids learn to program it.” Many computer users don’t actually have anything important in mind when the buy a computer. They just think it would be a good thing for their kids. Programming is a secondary notion that usually is never realized. It’s more likely that a user will learn to program if the programming language is included with the computer at the time it is purchased. I think that is one reason that HyperCard is so popular is that it is included with every Macintosh. BASIC still takes first place in popularity among novice computer users. That’s a daring statement, considering that most Macintosh software has been written in either Pascal or C. [On the other hand, Microsoft uses Word BASIC for its word processing scripting language. - Ed.]

Dartmouth College Professors John G. Kemeny and Thomas E. Kurtz invented BASIC back in the 1960s. Their dream was to make it possible for each of their students to have personal access to a computer. BASIC made this dream possible. Thousands of people all over the world are able to write their own programs in ways that fulfill their own dreams.

It is important to note that although BASIC has been widespread in the past, it has not been as prevalent today. This is probably because the Macintosh doesn’t include BASIC when you buy it. Most MS-DOS based clones do include GWBASIC, but the majority of users today are not as interested in programming as they are just using applications on their computer. HyperCard has helped to changed that, but I still have many friends with Macs that have never learned how to use HyperCard. At least one friend said he had not even used it once.

NEW SAMPLER EDITION

True BASIC has done a lot to change this complacency. About a year ago they began testing of a Sampler Edition of True BASIC with a series of textbooks and special products. This new Sampler Edition of True BASIC is the best deal ever for someone that wants to tinker around with BASIC and isn’t sure how serious they want to get. It is also an ideal product for students to use in introductory programming classes. The best thing about the Sampler Edition is the price, only $14.95. This edition offers

• the same powerful BASIC language features of a modern, structured programming language.

• the user can save NEW programs of 150 lines or less.

• the ability to run True BASIC programs of any size.

• a simplified and easier to understand manual including an introduction to BASIC programming.

• libraries and demonstration programs.

• a version for both MS-DOS and Macintosh computers.

• an affordable way for every student to have their own package at a extremely low price.

The Sampler Edition is an exceptional value. It comes with a fully functional version of True BASIC except for the line number limitation for new programs and you don’t have the ability to create double-clickable stand alone applications.

For more advanced programmers, True BASIC, Inc. has recently released version 2.5 of True BASIC. The changes to True BASIC with this release were very much needed. The last version reviewed in MacTutor was version 2.01 a few years ago. If you were still using version 2.01 a year or so ago you would have found out that True BASIC didn’t work at all. It’s fixed now; True BASIC 2.5 is compatible with system 6.07, 7.0, and 7.01.

Version 2.5 comes with an update manual that explains the changes and additions. Nearly half of the “new features” are bug fixes that fix True BASIC to work properly with MultiFinder, System 7, printers, and desk accessories. True BASIC now supports background operations. You are warned, however, that dialog routines in the MacTools library do not wait until you bring items to the foreground ultimately resulting in a system error or program crash. Using the TrueWindows library in the Developer’s Toolkit prevents this problem. Although the previous version of the Developer’s Toolkit still works with version 2.5, the Developer’s Toolkit needs to be upgraded to. Besides fixing minor bugs, the new Developer’s Toolkit supports a new low level routine in the System library, D_trap, that can be used to implement the new dispatcher-style traps, many of which were introduced in Inside Macintosh VI.

BACK TO THE BASICS

As with previous versions, True BASIC is still a very rich version of Basic, as far as the language goes. The command set follows the ANSI standard for Basic more closely than any other Basic available. Of course this is because the authors (John G. Kemeny and Thomas E. Kurtz) of True BASIC were key proponents of ANSI standard BASIC. Language improvements in this version include: 16 to 1 increase in speed in multiplying two 100 by 100 matrices. Despite the improvements, True BASIC is still not a serious developer environment. It’s a great environment for teaching structured programming though. There are no major enhancements to the Basic command set.

The True BASIC programming environment has a few notable additions. Scripts can now include keyboard equivalents to completely automate dialog interaction. The ALIAS command gives you more flexibility in organizing. Any monospaced font can be specified for the Source Window, Command Window, and Output Window. When the option key is held down on startup, a dialog is presented that lets you set configuration parameters for specifying the free space in the application heap and turning off/on the use of the floating point coprocessor if it exists.

If these changes and additions don’t sound like much, you’re right. True BASIC is basically the same True BASIC product as before. The major difference is that now it runs with current system software. The most visible change is that the signal light window is now gone because they say that it would not work properly when running in the background.

If you are or have been a True BASIC user in the past you will want to have version 2.5. If you are learning or teaching BASIC, True BASIC is an excellent choice. If you are serious about developing applications in BASIC then ZBasic is a much better choice.

The Developer’s Toolkit is a must if you want your program to look and feel like it belongs on a Macintosh. The Developer’s Toolkit should have been included with True BASIC. Since True BASIC doesn’t lend itself well to “serious” application development, many users will not need the capability provided by the Developer’s Toolkit. University professors and other educational people that use True BASIC in their classes will want their students to have the Sampler Edition while they use the full True BASIC language system. True BASIC, Inc. didn’t include the Developer’s Toolkit with True BASIC since most of these people won’t need it anyway. Even teachers will appreciate the Developer’s Toolkit.

Let’s take a quick look at the Developer’s Toolkit version 2.0. As I mentioned, the older version of the Developer’s Toolkit (version 1.0) needs to be updated to work with True BASIC 2.5. It should be apparent to most of you that since Apple has updated system software, the Developer’s Toolkit would be affected. Changes included access to ROM routines that are described in Inside Macintosh Volumes 4 and 5, including support for Color QuickDraw (IM vol 5). The True Windows library has been added to the toolkit. True Windows is True BASIC’s simplified way to create and manage Macintosh windows, menus, and dialog boxes. True Windows are still limited to “B/W” mode (black and white).

It is very disappointing that the toolkit only includes support for Inside Macintosh volumes I through V. The routines work with System 7.0, but none of the volume VI routines are included. The Low-Level routines let you create your own trap interface routines to support calls that are not yet supported. After all, System 7.0 has been out for over a year-plenty of time for True BASIC to add volume VI support.

You can now “load” the toolkit libraries. This greatly reduces the startup time for your programs. The libraries need to be located in either the same folder as the True BASIC application or the same folder as your BASIC program in order for True BASIC to find them. This makes it difficult to run the demo programs without some planning to be sure that all libraries are available in the right folder.

OTHER LIBRARIES

You’ll love the extensive set of libraries available for True BASIC. Some of them I have shown you here in MacTutor in the past, but True BASIC, Inc. now has several new libraries that are available. Among the libraries you can get are: 3-D Graphics Toolkit, Business Graphics Toolkit, Scientific Graphics Toolkit, Mathematician’s Toolkit, Sorting & Searching Toolkit, Advanced String Toolkit and Communications Toolkit. Older versions of these libraries don’t require any update since they still work properly with True BASIC version 2.5. In addition, the Kemeny-Kurtz Math Series consists of powerful Algebra, Pre-Calculus, and Calculus programs. Educators and scientists will find these routines extremely useful.

The procedure for creating double-clickable applications is still the same as in the previous version of True BASIC. Your application will be 80K plus the size of your compiled True BASIC program. A few improvements have been added to help your application work better with new Apple System software. An application program named BOUNDER allows you to change the default rules used by True BASIC when the program is launched. In particular, you can adjust the default font and size, the minimum heap available for True BASIC, the minimum heap left free, the maximum heap left free and the current memory partition size (also adjustable in the Finder’s Get Info dialog). A radio style check box allows you to specify if the application can run in the background under Multifinder (or System 7.0). This is the same as the canBackground flag in the bundle resource. These fields are quite important since problems could result if their values are too far out of range. You have to experiment to determine what setting to use.

Bottom Line

True BASIC is ideal for students and educators that use BASIC as a part of their various curriculum. It may even be suitable for scientists or engineers because of the rich set of math and graphics libraries. I still prefer ANSI standard BASIC as far as BASIC goes. However, it would be more suitable to write any serious commercial applications programs in ZBasic especially if you care about speed. Since True BASIC isn’t compiled to native processor code (so that it will run on True BASIC on multiple platforms), programs written in True BASIC are slower. There are applications where this doesn’t matter. In many cases, education is one of these areas.

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Whitethorn Games combines two completely...
If you have ever gone fishing then you know that it is a lesson in patience, sitting around waiting for a bite that may never come. Well, that's because you have been doing it wrong, since as Whitehorn Games now demonstrates in new release Skate... | Read more »
Call of Duty Warzone is a Waiting Simula...
It's always fun when a splashy multiplayer game comes to mobile because they are few and far between, so I was excited to see the notification about Call of Duty: Warzone Mobile (finally) launching last week and wanted to try it out. As someone who... | Read more »
Albion Online introduces some massive ne...
Sandbox Interactive has announced an upcoming update to its flagship MMORPG Albion Online, containing massive updates to its existing guild Vs guild systems. Someone clearly rewatched the Helms Deep battle in Lord of the Rings and spent the next... | Read more »
Chucklefish announces launch date of the...
Chucklefish, the indie London-based team we probably all know from developing Terraria or their stint publishing Stardew Valley, has revealed the mobile release date for roguelike deck-builder Wildfrost. Developed by Gaziter and Deadpan Games, the... | Read more »
Netmarble opens pre-registration for act...
It has been close to three years since Netmarble announced they would be adapting the smash series Solo Leveling into a video game, and at last, they have announced the opening of pre-orders for Solo Leveling: Arise. [Read more] | Read more »
PUBG Mobile celebrates sixth anniversary...
For the past six years, PUBG Mobile has been one of the most popular shooters you can play in the palm of your hand, and Krafton is celebrating this milestone and many years of ups by teaming up with hit music man JVKE to create a special song for... | Read more »
ASTRA: Knights of Veda refuse to pump th...
In perhaps the most recent example of being incredibly eager, ASTRA: Knights of Veda has dropped its second collaboration with South Korean boyband Seventeen, named so as it consists of exactly thirteen members and a video collaboration with Lee... | Read more »
Collect all your cats and caterpillars a...
If you are growing tired of trying to build a town with your phone by using it as a tiny, ineffectual shover then fear no longer, as Independent Arts Software has announced the upcoming release of Construction Simulator 4, from the critically... | Read more »
Backbone complete its lineup of 2nd Gene...
With all the ports of big AAA games that have been coming to mobile, it is becoming more convenient than ever to own a good controller, and to help with this Backbone has announced the completion of their 2nd generation product lineup with their... | Read more »
Zenless Zone Zero opens entries for its...
miHoYo, aka HoYoverse, has become such a big name in mobile gaming that it's hard to believe that arguably their flagship title, Genshin Impact, is only three and a half years old. Now, they continue the road to the next title in their world, with... | Read more »

Price Scanner via MacPrices.net

B&H has Apple’s 13-inch M2 MacBook Airs o...
B&H Photo has 13″ MacBook Airs with M2 CPUs and 256GB of storage in stock and on sale for up to $150 off Apple’s new MSRP, starting at only $849. Free 1-2 day delivery is available to most US... Read more
M2 Mac minis on sale for $100-$200 off MSRP,...
B&H Photo has Apple’s M2-powered Mac minis back in stock and on sale today for $100-$200 off MSRP. Free 1-2 day shipping is available for most US addresses: – Mac mini M2/256GB SSD: $499, save $... Read more
Mac Studios with M2 Max and M2 Ultra CPUs on...
B&H Photo has standard-configuration Mac Studios with Apple’s M2 Max & Ultra CPUs in stock today and on Easter sale for $200 off MSRP. Their prices are the lowest available for these models... Read more
Deal Alert! B&H Photo has Apple’s 14-inch...
B&H Photo has new Gray and Black 14″ M3, M3 Pro, and M3 Max MacBook Pros on sale for $200-$300 off MSRP, starting at only $1399. B&H offers free 1-2 day delivery to most US addresses: – 14″ 8... Read more
Department Of Justice Sets Sights On Apple In...
NEWS – The ball has finally dropped on the big Apple. The ball (metaphorically speaking) — an antitrust lawsuit filed in the U.S. on March 21 by the Department of Justice (DOJ) — came down following... Read more
New 13-inch M3 MacBook Air on sale for $999,...
Amazon has Apple’s new 13″ M3 MacBook Air on sale for $100 off MSRP for the first time, now just $999 shipped. Shipping is free: – 13″ MacBook Air (8GB RAM/256GB SSD/Space Gray): $999 $100 off MSRP... Read more
Amazon has Apple’s 9th-generation WiFi iPads...
Amazon has Apple’s 9th generation 10.2″ WiFi iPads on sale for $80-$100 off MSRP, starting only $249. Their prices are the lowest available for new iPads anywhere: – 10″ 64GB WiFi iPad (Space Gray or... Read more
Discounted 14-inch M3 MacBook Pros with 16GB...
Apple retailer Expercom has 14″ MacBook Pros with M3 CPUs and 16GB of standard memory discounted by up to $120 off Apple’s MSRP: – 14″ M3 MacBook Pro (16GB RAM/256GB SSD): $1691.06 $108 off MSRP – 14... Read more
Clearance 15-inch M2 MacBook Airs on sale for...
B&H Photo has Apple’s 15″ MacBook Airs with M2 CPUs (8GB RAM/256GB SSD) in stock today and on clearance sale for $999 in all four colors. Free 1-2 delivery is available to most US addresses.... Read more
Clearance 13-inch M1 MacBook Airs drop to onl...
B&H has Apple’s base 13″ M1 MacBook Air (Space Gray, Silver, & Gold) in stock and on clearance sale today for $300 off MSRP, only $699. Free 1-2 day shipping is available to most addresses in... Read more

Jobs Board

Medical Assistant - Surgical Oncology- *Apple...
Medical Assistant - Surgical Oncology- Apple Hill Location: WellSpan Medical Group, York, PA Schedule: Full Time Sign-On Bonus Eligible Remote/Hybrid Regular Apply Read more
Omnichannel Associate - *Apple* Blossom Mal...
Omnichannel Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Cashier - *Apple* Blossom Mall - JCPenney (...
Cashier - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Blossom Mall Read more
Operations Associate - *Apple* Blossom Mall...
Operations Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Business Analyst | *Apple* Pay - Banco Popu...
Business Analyst | Apple PayApply now " Apply now + Apply Now + Start applying with LinkedIn Start + Please wait Date:Mar 19, 2024 Location: San Juan-Cupey, PR Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.