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

Fresh From the Land Down Under – The Tou...
After a two week hiatus, we are back with another episode of The TouchArcade Show. Eli is fresh off his trip to Australia, which according to him is very similar to America but more upside down. Also kangaroos all over. Other topics this week... | Read more »
TouchArcade Game of the Week: ‘Dungeon T...
I’m a little conflicted on this week’s pick. Pretty much everyone knows the legend of Dungeon Raid, the match-3 RPG hybrid that took the world by storm way back in 2011. Everyone at the time was obsessed with it, but for whatever reason the... | Read more »
SwitchArcade Round-Up: Reviews Featuring...
Hello gentle readers, and welcome to the SwitchArcade Round-Up for July 19th, 2024. In today’s article, we finish up the week with the unusual appearance of a review. I’ve spent my time with Hot Lap Racing, and I’m ready to give my verdict. After... | Read more »
Draknek Interview: Alan Hazelden on Thin...
Ever since I played my first release from Draknek & Friends years ago, I knew I wanted to sit down with Alan Hazelden and chat about the team, puzzle games, and much more. | Read more »
The Latest ‘Marvel Snap’ OTA Update Buff...
I don’t know about all of you, my fellow Marvel Snap (Free) players, but these days when I see a balance update I find myself clenching my… teeth and bracing for the impact to my decks. They’ve been pretty spicy of late, after all. How will the... | Read more »
‘Honkai Star Rail’ Version 2.4 “Finest D...
HoYoverse just announced the Honkai Star Rail (Free) version 2.4 “Finest Duel Under the Pristine Blue" update alongside a surprising collaboration. Honkai Star Rail 2.4 follows the 2.3 “Farewell, Penacony" update. Read about that here. | Read more »
‘Vampire Survivors+’ on Apple Arcade Wil...
Earlier this month, Apple revealed that poncle’s excellent Vampire Survivors+ () would be heading to Apple Arcade as a new App Store Great. I reached out to poncle to check in on the DLC for Vampire Survivors+ because only the first two DLCs were... | Read more »
Homerun Clash 2: Legends Derby opens for...
Since launching in 2018, Homerun Clash has performed admirably for HAEGIN, racking up 12 million players all eager to prove they could be the next baseball champions. Well, the title will soon be up for grabs again, as Homerun Clash 2: Legends... | Read more »
‘Neverness to Everness’ Is a Free To Pla...
Perfect World Games and Hotta Studio (Tower of Fantasy) announced a new free to play open world RPG in the form of Neverness to Everness a few days ago (via Gematsu). Neverness to Everness has an urban setting, and the two reveal trailers for it... | Read more »
Meditative Puzzler ‘Ouros’ Coming to iOS...
Ouros is a mediative puzzle game from developer Michael Kamm that launched on PC just a couple of months back, and today it has been revealed that the title is now heading to iOS and Android devices next month. Which is good news I say because this... | Read more »

Price Scanner via MacPrices.net

Amazon is still selling 16-inch MacBook Pros...
Prime Day in July is over, but Amazon is still selling 16-inch Apple MacBook Pros for $500-$600 off MSRP. Shipping is free. These are the lowest prices available this weekend for new 16″ Apple... Read more
Walmart continues to sell clearance 13-inch M...
Walmart continues to offer clearance, but new, Apple 13″ M1 MacBook Airs (8GB RAM, 256GB SSD) online for $699, $300 off original MSRP, in Space Gray, Silver, and Gold colors. These are new MacBooks... Read more
Apple is offering steep discounts, up to $600...
Apple has standard-configuration 16″ M3 Max MacBook Pros available, Certified Refurbished, starting at $2969 and ranging up to $600 off MSRP. Each model features a new outer case, shipping is free,... Read more
Save up to $480 with these 14-inch M3 Pro/M3...
Apple has 14″ M3 Pro and M3 Max MacBook Pros in stock today and available, Certified Refurbished, starting at $1699 and ranging up to $480 off MSRP. Each model features a new outer case, shipping is... Read more
Amazon has clearance 9th-generation WiFi iPad...
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
Apple is offering a $50 discount on 2nd-gener...
Apple has Certified Refurbished White and Midnight HomePods available for $249, Certified Refurbished. That’s $50 off MSRP and the lowest price currently available for a full-size Apple HomePod today... Read more
The latest MacBook Pro sale at Amazon: 16-inc...
Amazon is offering instant discounts on 16″ M3 Pro and 16″ M3 Max MacBook Pros ranging up to $400 off MSRP as part of their early July 4th sale. Shipping is free. These are the lowest prices... Read more
14-inch M3 Pro MacBook Pros with 36GB of RAM...
B&H Photo has 14″ M3 Pro MacBook Pros with 36GB of RAM and 512GB or 1TB SSDs in stock today and on sale for $200 off Apple’s MSRP, each including free 1-2 day shipping: – 14″ M3 Pro MacBook Pro (... Read more
14-inch M3 MacBook Pros with 16GB of RAM on s...
B&H Photo has 14″ M3 MacBook Pros with 16GB of RAM and 512GB or 1TB SSDs in stock today and on sale for $150-$200 off Apple’s MSRP, each including free 1-2 day shipping: – 14″ M3 MacBook Pro (... Read more
Amazon is offering $170-$200 discounts on new...
Amazon is offering a $170-$200 discount on every configuration and color of Apple’s M3-powered 15″ MacBook Airs. Prices start at $1129 for models with 8GB of RAM and 256GB of storage: – 15″ M3... Read more

Jobs Board

*Apple* Systems Engineer - Chenega Corporati...
…LLC,** a **Chenega Professional Services** ' company, is looking for a ** Apple Systems Engineer** to support the Information Technology Operations and Maintenance Read more
Solutions Engineer - *Apple* - SHI (United...
**Job Summary** An Apple Solution Engineer's primary role is tosupport SHI customers in their efforts to select, deploy, and manage Apple operating systems and Read more
*Apple* / Mac Administrator - JAMF Pro - Ame...
Amentum is seeking an ** Apple / Mac Administrator - JAMF Pro** to provide support with the Apple Ecosystem to include hardware and software to join our team and 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
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
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.