HyperNext for RAD?
As you can probably guess, I was a big HyperCard nerd back in the day. Since then I've learned a number of programming languages and platforms, but none had that simple, almost zenlike feel of HyperCard. So I stumbled upon a sort of clone in HyperNext from TigaByte.HyperNext 2.0 was recently released, so there's now a Windows and Mac (OS X and 9 for those who care) authoring tool and player.
HyperNext is a very simple drag-and-drop style application builder. We call it an IDE in the "biz" (whatever that is). Anyway, it's designed for ease-of-use so you won't find the dizzying array of objects in Visual Studio or RealBasic. Still, for some purposes it's a nice tool. Read on for ideas...
What purposes? We used HyperCard to make games, business applications, and mini databases. Later I saw it used to make limited "expert systems," or quasi-intelligent repositories of knowledge. You can easily use HyperNext to do the same. The stacks metaphor in HyperNext makes it easy to place and manage controls and facilitate interactivity. Naturally there is a scripting language included with math operations, looping and decision structures, etc.
As an added bonus, TigaByte makes a plugin for HyperNext called Neural Creator. While it doesn't make entire brains, it will make nifty neural networks. Nice, huh?
What use is a neural network? Neural networks are great for analyzing certain types of data, especially when fuzzy logic (not discrete) is required. What route to travel for a vacuum salesman, or pattern recognition— those sorts of things. There's an example at TigaByte's site, so go make some software!












Comments
3
Subscribe to commentschris thorpeJul 8th 2005 4:04PM
I know that we now have XCode, and AppleScript Studio, but these are application development environments and don't have the data storage and manipulation capabilities HyperCard used to have. Arguably HyperCard inspired the Web and was an incredible tool, not least because it was bundled with the Mac. I'd love to see Apple bring back the card and stack metaphor but using AppleScript as the underlying language. RAD front-end development with seamless interaction between scriptable apps, and Automator would be an unbeatable combo.
Chipp WaltersJul 7th 2005 11:50PM
If you're really looking for a great Xtalk RAD dev environment for Win/Mac/Linux/Unix, check out Runtime Revolution at http://www.runrev.com
I use it to build many commercial apps fast, including our own CMS and graphics apps. There's a free download as well.
Victor Agreda, Jr.Jul 7th 2005 11:58PM
Runtime Revolution! How could I forget? Actually I remember my dad telling me about it a few years ago. Thanks for jogging my memory...
Someday I'll put it through the paces as well.