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

Top Mobile Game Discounts
Every day, we pick out a curated list of the best mobile discounts on the App Store and post them here. This list won't be comprehensive, but it every game on it is recommended. Feel free to check out the coverage we did on them in the links... | Read more »
Price of Glory unleashes its 1.4 Alpha u...
As much as we all probably dislike Maths as a subject, we do have to hand it to geometry for giving us the good old Hexgrid, home of some of the best strategy games. One such example, Price of Glory, has dropped its 1.4 Alpha update, stocked full... | Read more »
The SLC 2025 kicks off this month to cro...
Ever since the Solo Leveling: Arise Championship 2025 was announced, I have been looking forward to it. The promotional clip they released a month or two back showed crowds going absolutely nuts for the previous competitions, so imagine the... | Read more »
Dive into some early Magicpunk fun as Cr...
Excellent news for fans of steampunk and magic; the Precursor Test for Magicpunk MMORPG Crystal of Atlan opens today. This rather fancy way of saying beta test will remain open until March 5th and is available for PC - boo - and Android devices -... | Read more »
Prepare to get your mind melted as Evang...
If you are a fan of sci-fi shooters and incredibly weird, mind-bending anime series, then you are in for a treat, as Goddess of Victory: Nikke is gearing up for its second collaboration with Evangelion. We were also treated to an upcoming... | Read more »
Square Enix gives with one hand and slap...
We have something of a mixed bag coming over from Square Enix HQ today. Two of their mobile games are revelling in life with new events keeping them alive, whilst another has been thrown onto the ever-growing discard pile Square is building. I... | Read more »
Let the world burn as you have some fest...
It is time to leave the world burning once again as you take a much-needed break from that whole “hero” lark and enjoy some celebrations in Genshin Impact. Version 5.4, Moonlight Amidst Dreams, will see you in Inazuma to attend the Mikawa Flower... | Read more »
Full Moon Over the Abyssal Sea lands on...
Aether Gazer has announced its latest major update, and it is one of the loveliest event names I have ever heard. Full Moon Over the Abyssal Sea is an amazing name, and it comes loaded with two side stories, a new S-grade Modifier, and some fancy... | Read more »
Open your own eatery for all the forest...
Very important question; when you read the title Zoo Restaurant, do you also immediately think of running a restaurant in which you cook Zoo animals as the course? I will just assume yes. Anyway, come June 23rd we will all be able to start up our... | Read more »
Crystal of Atlan opens registration for...
Nuverse was prominently featured in the last month for all the wrong reasons with the USA TikTok debacle, but now it is putting all that behind it and preparing for the Crystal of Atlan beta test. Taking place between February 18th and March 5th,... | Read more »

Price Scanner via MacPrices.net

AT&T is offering a 65% discount on the ne...
AT&T is offering the new iPhone 16e for up to 65% off their monthly finance fee with 36-months of service. No trade-in is required. Discount is applied via monthly bill credits over the 36 month... Read more
Use this code to get a free iPhone 13 at Visi...
For a limited time, use code SWEETDEAL to get a free 128GB iPhone 13 Visible, Verizon’s low-cost wireless cell service, Visible. Deal is valid when you purchase the Visible+ annual plan. Free... Read more
M4 Mac minis on sale for $50-$80 off MSRP at...
B&H Photo has M4 Mac minis in stock and on sale right now for $50 to $80 off Apple’s MSRP, each including free 1-2 day shipping to most US addresses: – M4 Mac mini (16GB/256GB): $549, $50 off... Read more
Buy an iPhone 16 at Boost Mobile and get one...
Boost Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering one year of free Unlimited service with the purchase of any iPhone 16. Purchase the iPhone at standard MSRP, and then choose... Read more
Get an iPhone 15 for only $299 at Boost Mobil...
Boost Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering the 128GB iPhone 15 for $299.99 including service with their Unlimited Premium plan (50GB of premium data, $60/month), or $20... Read more
Unreal Mobile is offering $100 off any new iP...
Unreal Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering a $100 discount on any new iPhone with service. This includes new iPhone 16 models as well as iPhone 15, 14, 13, and SE... Read more
Apple drops prices on clearance iPhone 14 mod...
With today’s introduction of the new iPhone 16e, Apple has discontinued the iPhone 14, 14 Pro, and SE. In response, Apple has dropped prices on unlocked, Certified Refurbished, iPhone 14 models to a... Read more
B&H has 16-inch M4 Max MacBook Pros on sa...
B&H Photo is offering a $360-$410 discount on new 16-inch MacBook Pros with M4 Max CPUs right now. B&H offers free 1-2 day shipping to most US addresses: – 16″ M4 Max MacBook Pro (36GB/1TB/... Read more
Amazon is offering a $100 discount on the M4...
Amazon has the M4 Pro Mac mini discounted $100 off MSRP right now. Shipping is free. Their price is the lowest currently available for this popular mini: – Mac mini M4 Pro (24GB/512GB): $1299, $100... Read more
B&H continues to offer $150-$220 discount...
B&H Photo has 14-inch M4 MacBook Pros on sale for $150-$220 off MSRP. B&H offers free 1-2 day shipping to most US addresses: – 14″ M4 MacBook Pro (16GB/512GB): $1449, $150 off MSRP – 14″ M4... Read more

Jobs Board

All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.