TweetFollow Us on Twitter

May 89 Letters
Volume Number:5
Issue Number:5
Column Tag:Letters

Letters

By David E. Smith, Editor & Publisher, MacTutor

Aranda Revolutionizes Software Development

David E. Smith

Editor & Publisher

The microelectronics industry uses CAD software to develop complex IC’s automatically through software. Now, thanks to a new software development utility called Aranda, software development will benefit from the same type of design automation that IC designers have enjoyed for several years.

Aranda is a compiler specific utility that opens and reads computer source code text files, parses the language syntax and builds an interactive symbolic flow chart representation that is linked by hypertext to the original program listing. Edit changes to either the graphical flow chart representation or the source code itself results in the other representation being updated automatically. Code can be cut and pasted in symbolic form, detail hidden or expanded, call links between modules called out and many other design tools used to facilitate and automate the software design process. But the important feature any programmer will love is that finally, software documentation and flow charts can be created after the fact and linked dynamically to the code so that the documentation and the code stay up to date at all times. Have a strange program you don’t understand or didn’t write, but are required to maintain or upgrade? No problem! Just run it through Aranda and the entire program structure, design and variables will be extracted and symbolically and graphically represented. The authors ran the entire MacApp source code through Aranda and out came a giant flow chart of the entire MacApp module tree in just a few seconds! Aranda can be used in a top-down software design environment from the beginning of the design cycle, as an expert system editor, or in bottoms-up redesign to extract the program structure and facilitate upgrades and maintenance of programs already written. Modules can be documented by appending interactive notes to the source code or equivalent flow charts, and the notes travel with the modules as they are cut and pasted into new programs. Now the dreary process of documenting and specifying the software design is automated and extracted from the source code itself, leaving the programmer free to do the fun stuff: writing code, not documentation.

Aranda is a product of Soft-SET Technologies of Vancouver in Canada and benefits from University work that allows the authors to generate new parsing engines for different compilers in a matter of days. MPW Pascal, Lightspeed Pascal and C versions are going into beta site testing now with Cobol, PL1 and C++ versions to follow. Pricing and product availability have not yet been finalized, but people who should know inside Apple are already drooling over the prospect of beta testing this product, something Apple normally never does for third party software. For more information, contact Bill Campbell at (604) 734-1622 or AppleLink CDA 0380. MacTutor will be using this product as it becomes available, and we will have much more on this when we see the beta version, which should be shorty after Apple’s Developer Conference, where Aranda will be introduced for the first time.

More Math Libraries

Bob Estes

Somerville, MA

I’m writing in response to T. Koya’s request for information on Fortran math libraries in the February issue. The source code to all the routines in Numerical Recipes: The Art of Scientific Computing (Press, et al.) is available on Mac disks from Cambridge University Press, Order Dept., 510 North Avenue, New Rochelle, NY 10801 for $39.95. The book, which has to be purchased separately of course, explains the routines and contains references to other work. You’d probably need the book to use the routines, but it’s a valuable (700+ pages) reference anyway. The source code is available in Fortran, Pascal, and C. The C version has its own book and follows the quirks of the authors, who don’t like C very much for scientific computing. You need to specify that you want the Mac disks. The code should compile with any compiler.

More on Numerical Library

C. H. Friend

Watford, Herts, England

I assume the inquiry from Tatsuhito Koya in the MacTutor February 1989 Letters refers to replacements for the routines commonly supplied with most mainframe systems for performing mathematical tasks and special functions (usually NAG in the U.K.). Such a library is available in source code form as “Numerical Recipes” from Cambridge University Press.

Now that it is possible to get disks of these books in Macintosh format, here’s a summary:

Numerical Recipes is a practical reference and textbook for anyone doing numerical analysis. The authors provide the techniques and programs needed, also advice on which methods should be used for solving problems, with practical emphasis on proven algorithms.

The reader is assumed to be mathematically literate and familiar with one of the languages used, but no prior experience with numerical analysis is required.

Books:

Numerical Recipes - the original in Fortran, with Pascal source in an appendix. Disks for either language available separately.

Numerical Recipes in C - the follow up to the above. Exactly the same coverage, with C source code. Disks of the book available.

Chapters in the books:

1) Programming style, conventions, accuracy.

2) Linear equations.

3) Interpolation and extrapolation.

4) Integration of functions.

5) Evaluation of functions.

6) Special functions (Bessel, probability, etc.).

7) Random numbers.

8) Sorting.

9) Root finding and nonlinear equations.

10) Minimization or maximization of functions.

11) Eigensystems.

12) Fourier transform spectral methods.

13) Statistical description of data.

14) Modeling of data.

15) Integration of ordinary differential equations.

16) Two-point boundary value problems.

17) Partial differential equations.

The original book was written in Fortran, with Pascal source as an appendix. The translation was done by machine, so some of the code might look odd to the experienced Pascal programmers. A project to improve this is under way, and should result in a separate Pascal edition later. Fortran source is F77 standard. Pascal is ISO standard, though the Mac disks have been altered slightly to declare “longint” where it matters and to show “include” files. If your Pascal uses units, the routines will all have to be amended accordingly, but this is not difficult.

The versions in the C book are a complete rewrite, and the introductory chapter includes some helpful discussion of C programming for numerical purposes. The C disks are in MSDOS format only, a Mac version is not currently listed.

There is also a parallel set of books and disks titled “Numerical Recipes Examples” which contain short demonstration programs and some data files showing the use of these routines. These are quite useful for testing compilers, etc.

Numerical Recipes - The Art of Scientific Programming: W. Press, B.P. Flannery, S. Teukolsky, W.T. Vetterling, Cambridge University Press 1986. 0-521-30811-9 818pp.

Numerical Recipes in C: W. Press, B.P. Flannery, S. Teukolsky, W.T. Vetterling, Cambridge University Press 1988. 0-521-35465-X 768pp.

Numerical Recipes Example Books: in UCSD-Pascal, 0-521-30956-5; Fortran-77, 0-521-31330-9; or C, 0-521-35746-2

Recipe Disks:

0-521-35466-8 (C) 5.25 in. MSDOS.

0-521-35501-X (Pascal) 3.5 in. Macintosh.

0-521-35469-2 (Fortran-77) 3.5 in. Macintosh.

Example Disks:

0-521-35467-6 (C) 5.25 in. MSDOS.

0-521-35502-8 (Pascal) 3.5 in. Macintosh.

0-521-35468-4 (Fortran-77) 3.5 in. Macintosh.

[Well, there seems to be enough information to get a handle on some math libraries. A special thanks to our readers who are always on top of things. -ed]

ColorImage

Adam W. Hunger

New York, NY

I have searched the three volume set of Best of MacTutor for the source code to the desk accessory “ColorImage”. This desk accessory simply displays pict files. Author: Steve Sheets. I have looked for the downloadable source code on your bulletin board without success. Any leads would be much appreciated.

[A quick glance in our MacTutor index revealed it to be in Volume 4, Number 2, page 52 for both the DA and the FKEY. You may also find the article on page 295 in The Definitive MacTutor, Vol. 4. The source code is available on disk #29. Currently, we have not as yet placed our source code on the Mousehole (now run by Larry Nedry at 408-738-5791). The Mousehole is not “our” bulletin board, but we publish a report from the developer’s board. We are looking into possibly including the source code there.-ed]

MacBinary II

Charles Stricklin

Vallejo, CA

I’m attempting to write a communication application using MacBinary, but I’ve been unable to find any documentation on the MacBinary II protocol. I realize it’s probably there just waiting for me on GEnie or Compuserve, but for reasons I won’t go into, I can’t get it from any of those sources; I need it to be on disk or the printed page. If anyone feels like helping, contact me at the following address, and I’ll be glad to reimburse you for any trouble. The address:

DS3 Stricklin, USN

CSTSC Box 1472

Mare Island Naval Station

Vallejo, CA 94592-5050

[Unfortunately, there is nothing on paper in the MacTutor office on MacBinary II protocol. You can find it on the Mousehole, though. -ed]

Open Letter to John Sculley

B. Mitchell Loebel

Sunnyvale, CA

I’m concerned about a number of insensitivities demonstrated by Apple towards its customer and developer base. Rumor is starting to travel that the demise of the MacPlus is imminent. My first reaction and that of a number of my colleagues is that “the rest of us” are being dumped as Apple opts to chase higher profit margins. As a result of my phone conversation with the editor of MacTutor today, I have a better understanding of the technological need to have the SE be the base model inasmuch as it provides an upgrade path to the ‘030. I think, though, that the price of that base had better drop significantly from its current bottom of $2200! And I resent having to hear about Apple’s plans from the grapevine!

Apple’s appalling lack of customer support is well known. Problems and questions are shunted over to dealers who are usually not technically competent. Fortunately, I’m a very computer literate engineer so I expect to be able to repair my machine myself when it goes down.

I’ve had my machine for about a year and half, and I’ve spent the last year plus climbing the learning “hill” towards hardware and software developer competence. I’m forever distressed to see how distant Apple is from “the rest of us!” I remind you that Mac’ers are a sophisticated group; many of us were pioneers in the micro business (some of us even go further back). Apple derived from “the rest of us”; unless we get some better consideration, I think you will see a revolt not unlike IBM’s situation with OS2. I, for one, will jump ship and consider Amiga, or (God forbid) IBM before I’ll be dragged up to a $10,000 Mac II!!

This is not simply a theoretical issue, John; neither I nor my company will buy any machine from Apple until you show us some more of your plans. And we need to buy soon. [Rumor has it that version 7 will have 32-bit quickdraw, and be multi-tasking in a way that requires the 030 chip's memory management, and that desk accessories are going away. In hardware, we have the SE 30, the Mac IIx, and the Mac IICX, all 030 based, and that the current SE and Mac II both will have upgrade paths in April to the 030 based equivalent. The final two holes in the product line will be filled out by the portable Mac in the fall and a low end entry level Mac. Will both of those machines also be 030 based? They better be! Rumor also has it that the SE is cheaper to build than the Mac Plus, so how is Apple going to make a cheap Mac? I don't know. I'm not sure they know! -Ed]

User Symposium/89

Larry Anglin

Austin, TX

National Instruments Corporation is hosting its first annual user conference for VARs, OEMs, distributors, and end-user customers involved with or interested in the company’s complete line of instrument control and data acquisition hardware and software products. User Symposium/89 will feature key speakers from prominent computer and instrumentation companies as well as distinguished industry experts to lead panel discussions and technical sessions. Advanced training tutorials and product exhibits will be provided by national Instruments and several third-party vendors. User Symposium/89 will be held May 14 - 16, 1989 in Austin, Texas.

For more information on the conference schedule, session topics, or registration, please contact Janet Hill at National Instruments Corporation, 12109 Technology Blvd., Austin, TX 78727-6204, (512) 794-0100. Or, call (800) IEEE-488. Telex: 756737 NAT INST AUS. Fax: (512) 250-9319

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Make the passage of time your plaything...
While some of us are still waiting for a chance to get our hands on Ash Prime - yes, don’t remind me I could currently buy him this month I’m barely hanging on - Digital Extremes has announced its next anticipated Prime Form for Warframe. Starting... | Read more »
If you can find it and fit through the d...
The holy trinity of amazing company names have come together, to release their equally amazing and adorable mobile game, Hamster Inn. Published by HyperBeard Games, and co-developed by Mum Not Proud and Little Sasquatch Studios, it's time to... | Read more »
Amikin Survival opens for pre-orders on...
Join me on the wonderful trip down the inspiration rabbit hole; much as Palworld seemingly “borrowed” many aspects from the hit Pokemon franchise, it is time for the heavily armed animal survival to also spawn some illegitimate children as Helio... | Read more »
PUBG Mobile teams up with global phenome...
Since launching in 2019, SpyxFamily has exploded to damn near catastrophic popularity, so it was only a matter of time before a mobile game snapped up a collaboration. Enter PUBG Mobile. Until May 12th, players will be able to collect a host of... | Read more »
Embark into the frozen tundra of certain...
Chucklefish, developers of hit action-adventure sandbox game Starbound and owner of one of the cutest logos in gaming, has released their roguelike deck-builder Wildfrost. Created alongside developers Gaziter and Deadpan Games, Wildfrost will... | Read more »
MoreFun Studios has announced Season 4,...
Tension has escalated in the ever-volatile world of Arena Breakout, as your old pal Randall Fisher and bosses Fred and Perrero continue to lob insults and explosives at each other, bringing us to a new phase of warfare. Season 4, Into The Fog of... | Read more »
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 below... | Read more »
Marvel Future Fight celebrates nine year...
Announced alongside an advertising image I can only assume was aimed squarely at myself with the prominent Deadpool and Odin featured on it, Netmarble has revealed their celebrations for the 9th anniversary of Marvel Future Fight. The Countdown... | Read more »
HoYoFair 2024 prepares to showcase over...
To say Genshin Impact took the world by storm when it was released would be an understatement. However, I think the most surprising part of the launch was just how much further it went than gaming. There have been concerts, art shows, massive... | Read more »
Explore some of BBCs' most iconic s...
Despite your personal opinion on the BBC at a managerial level, it is undeniable that it has overseen some fantastic British shows in the past, and now thanks to a partnership with Roblox, players will be able to interact with some of these... | Read more »

Price Scanner via MacPrices.net

24-inch M1 iMacs available at Apple starting...
Apple has clearance M1 iMacs available in their Certified Refurbished store starting at $1049 and ranging up to $300 off original MSRP. Each iMac is in like-new condition and comes with Apple’s... Read more
Walmart continues to offer $699 13-inch M1 Ma...
Walmart continues to offer 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 MacBook for sale by... Read more
B&H has 13-inch M2 MacBook Airs with 16GB...
B&H Photo has 13″ MacBook Airs with M2 CPUs, 16GB of memory, and 256GB of storage in stock and on sale for $1099, $100 off Apple’s MSRP for this configuration. Free 1-2 day delivery is available... Read more
14-inch M3 MacBook Pro with 16GB of RAM avail...
Apple has the 14″ M3 MacBook Pro with 16GB of RAM and 1TB of storage, Certified Refurbished, available for $300 off MSRP. Each MacBook Pro features a new outer case, shipping is free, and an Apple 1-... Read more
Apple M2 Mac minis on sale for up to $150 off...
Amazon has Apple’s M2-powered Mac minis in stock and on sale for $100-$150 off MSRP, each including free delivery: – Mac mini M2/256GB SSD: $499, save $100 – Mac mini M2/512GB SSD: $699, save $100 –... Read more
Amazon is offering a $200 discount on 14-inch...
Amazon has 14-inch M3 MacBook Pros in stock and on sale for $200 off MSRP. Shipping is free. Note that Amazon’s stock tends to come and go: – 14″ M3 MacBook Pro (8GB RAM/512GB SSD): $1399.99, $200... Read more
Sunday Sale: 13-inch M3 MacBook Air for $999,...
Several Apple retailers have the new 13″ MacBook Air with an M3 CPU in stock and on sale today for only $999 in Midnight. These are the lowest prices currently available for new 13″ M3 MacBook Airs... Read more
Multiple Apple retailers are offering 13-inch...
Several Apple retailers have 13″ MacBook Airs with M2 CPUs in stock and on sale this weekend starting at only $849 in Space Gray, Silver, Starlight, and Midnight colors. These are the lowest prices... Read more
Roundup of Verizon’s April Apple iPhone Promo...
Verizon is offering a number of iPhone deals for the month of April. Switch, and open a new of service, and you can qualify for a free iPhone 15 or heavy monthly discounts on other models: – 128GB... Read more
B&H has 16-inch MacBook Pros on sale for...
Apple 16″ MacBook Pros with M3 Pro and M3 Max CPUs are in stock and on sale today for $200-$300 off MSRP at B&H Photo. Their prices are among the lowest currently available for these models. B... Read more

Jobs Board

IN6728 Optometrist- *Apple* Valley, CA- Tar...
Date: Apr 9, 2024 Brand: Target Optical Location: Apple Valley, CA, US, 92308 **Requisition ID:** 824398 At Target Optical, we help people see and look great - and Read more
Medical Assistant - Orthopedics *Apple* Hil...
Medical Assistant - Orthopedics Apple Hill York Location: WellSpan Medical Group, York, PA Schedule: Full Time Sign-On Bonus Eligible Remote/Hybrid Regular Apply Now Read more
*Apple* Systems Administrator - JAMF - Activ...
…**Public Trust/Other Required:** None **Job Family:** Systems Administration **Skills:** Apple Platforms,Computer Servers,Jamf Pro **Experience:** 3 + years of Read more
Liquor Stock Clerk - S. *Apple* St. - Idaho...
Liquor Stock Clerk - S. Apple St. Boise Posting Begin Date: 2023/10/10 Posting End Date: 2024/10/14 Category: Retail Sub Category: Customer Service Work Type: Part Read more
Top Secret *Apple* System Admin - Insight G...
Job Description Day to Day: * Configure and maintain the client's Apple Device Management (ADM) solution. The current solution is JAMF supporting 250-500 end points, Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.