TweetFollow Us on Twitter

Notes from the REALWorld Conference

Volume Number: 20 (2004)
Issue Number: 4
Column Tag: Programming

REALBasic Chat

by Guyren G Howe

Notes from the REALWorld Conference

REAL Software's first conference revealed exciting new directions

I just finished attending REAL World, REAL Software's first annual conference.

It was satisfying to meet with REALbasic developers from all over the world, and the official statements and product previews at the conference gave me confidence in the future of one of my favorite development platforms. Herewith, a grab-bag of observations from the conference.

Version 6 Early Preview

There were two particularly exciting revelations at REAL World. The first was an early look at Version 6.

Wow. What an improvement. An integrated IDE is among the greatest of user interface design challenges, because a computer program is a very complex structure, and the IDE needs to support the programmer in manipulating this structure in many different ways.

On top of this, REALbasic faces the challenge of working on different platforms with different user interface conventions. Worse, one of these is Windows, where the interface conventions are just broken.

While what we were shown is an early draft, it was quite clear what direction REAL is taking us. The new interface is a sort-of cross between Safari and iTunes. The default is an aggressively tabbed interface, starting from a Home tab akin to the current Project window. Everything you open comes up in a new tab by default, although you can opt for a new window, if you wish. REAL said they would like to give us options that would in sum turn this interface back into what we have now, if you didn't like the new style, but I thought it was great.

There were niceties everywhere, even in this early preview. The Project tab could be switched to an Icon view that doubled as a class browser (hooray!). The Window Editor provided a pasteboard area (akin to PageMaker), to which things could be shuffled while working on a window, and where non-control items could be placed, so they no longer clutter up the actual window. The code editor provided little bracket lines just outside the text, to show you where each block begins and ends, and you can click on the line to select the block. There were keyboard shortcuts to enter the End If when you typed an If. And on and on and on. It was amazing how complete even this preview seemed.

The new interface, in being much more like OS X or web browsers than the OS 9 Finder style we've seen so far is much more portable across platforms, because a browser-type interface has become universal.

It was further revealed that the IDE for Version 6 was being developed with REALbasic. This is wonderful news. This means that REAL software are testing their own product pretty seriously in writing it. It makes the programmers more productive, which is why I think we're seeing such rich capabilities in the new IDE. And it gives the programmers an extra incentive to add the kind of language features that will make such a product easier to write (robust introspection and a better object model spring to mind).

There were no substantial revelations about language features for Version 6, but since REAL Software has a full-time compiler guy, who seems very smart, and very interested in improving the language, and has essentially finished implementing all the features of the old compiler, we might see some interesting new features soon (the guy has to spend his time doing something). I certainly heard several developers talking with Mars (great name for a compiler wizard, don't you think?) about their desire for various language features.

A side note: if you thought the new Extends keyword in method declaration is an interesting feature, it turns out that it is syntactic sugar for a feature that has long been available in the new compiler: you could invoke any method as a message to its first argument, so:

A regular method call
MyMethod(x, y, z)

could until now just as easily be written

The same method call, as a message to its first argument
x.MyMethod(y, z)

Who knew? In any event, you are now required to use the new Extends syntax before you can do this.

Unfortunately, a little experimentation reveals that Extends doesn't work quite as naturally as one might like. I was going to write a nice little debugging library by declaring the likes of a Log method that Extends Object. Then every class in the program would support a Log method call. Sadly, declaring a method Sub Log(x As Object, message As String) does not currently let you call Log("My cool message") from within an object; you would need to do me.Log("My cool message"). I mentioned this to Mars, and I hope he decides to add this little bit of rounding out for an interesting little feature.

Swordfish

The second exciting revelation at REAL World was a new product for writing CGIs in REALbasic. The product is known for now by its code name: Swordfish.

What little we were shown seems great: you drag web pages into the application, and the IDE provides the ability to script the controls in the pages using conventional REALbasic code. While this may introduce minor changes into the HTML of the page, almost all of the action is server-side. Done right, this strikes me as a very savvy play: the product should produce very fast, compiled server-side code. Existing REALbasic programmers are now web programmers with minimal extra learning, and folks wanting to write server-side code who don't know a suitable language will find REALbasic more approachable than the likes of Perl or PHP. I'm not sure how big this market actually is, but I'm sure it's big enough to support a product like this pretty well.

Oh, and before you ask, it will work with Apache or as a stand-alone web server. And REAL Software is "looking into" IIS.

Vision

The keynote briefly mentioned REAL Software's vision for the future. While it was mostly market speak, the part that was interesting to me was that they clearly intended to target handhelds and, interestingly, plugins (for Photoshop and the like). Swordfish was the first evidence, they said, of their desire to let us take our REALbasic skills "everywhere".

Drew Carey

We were shown a clip of a mention of REALbasic on the Drew Carey show. This was just too freaky for words, and elicited quite a cheer from the crowd.

The Developers, and a Plug

I'd say there were 50 or so developers at the conference, quite a few from outside the US. The atmosphere was optimistic, and the diversity in the ways REALbasic is being applied by these people was fascinating. From in-house development for a medical research organization, to vertical applications, to games, simulators, educational software, utilities... It was all there. Encouraging that REALbasic has managed to be such a good tool for so many uses; I just hope the reach of the company doesn't exceed its grasp as REALbasic's ambition increases.

I found it interesting that many of the developers there clearly didn't have a computer science background, and that even some of the most experienced REALbasic developers didn't understand all of the generally useful important features in REALbasic (a number of developers there didn't understand or uses Interfaces, for example). This is not entirely surprising, as REALbasic has always been designed to be friendly to beginner programmers. Very often, it is the experts in a field who can write the best software, not professional programmers.

I will say this: if you are using REALbasic without such a background, REAL Software offers the Curriculum Project, a 30-lesson Computer Science course using REALbasic, which I wrote (search the REAL Software site for "Curriculum"). I am confident that it is an excellent way to round-out your understanding of how to use the REALbasic language to maximum effect.

The Sessions

The conference went for two days, with three seminars on each day. I'd like to have attended more seminars than I was able, and I heard good things about most of them. For my part, I came away with a new appreciation for the ease with which REALbasic can be used to manipulate QuickTime content, or to do REAL-time 3D graphics. The QuickTime sessions showed a simple application that nevertheless managed to replicate quite a bit of the functionality of iMovie. Something I didn't realize is that it is not necessary to have QuickTime Pro installed to use Quicktime to compress and edit movies -- it seems that all QuickTime Pro does is activate these extra features in Apple's Quicktime player. For my part, I now intend to develop a program to make it easier to work with the files I get from my ReplayTV.

The Developer Program

I heard a number of positive comments about the developer program. Everyone who commented said that they'd received useful referrals from the program. REAL Software mentioned at one point that they had difficulty at times finding developers for the referrals that they had available.

REALbasic Developer Magazine

It seemed that almost everyone at the conference subscribed to REALbasic Developer, and most of the presenters had written for it. I was given a free copy of the current issue, and it looks like an excellent investment in your REALbasic skills. Bi-monthly. http://rbdeveloper.com.

Printing: No news

I remain disappointed that REAL has made no official announcement of features to improve printing from REALbasic. On the other hand, as I pounded on this question with developers and REAL Software folks, dbReports was mentioned repeatedly as a good solution. I spoke with the developer of dbReports at the conference, and I hope to arrange a review soon.

Next Time: An Interview

Next month, I should be presenting an interview with Geoff Perlman, CEO of REAL Software.


Guyren G Howe works in artificial intelligence research, after years of work as a technical writer and developer. He is married with one child, is an Australian, and lives in Austin, Texas. Guyren has been working with REALbasic for several years. Most notably, he wrote the REALbasic Curriculum Project, an extensive computer science curriculum, for REAL Software (available from the REALbasic website).

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Six fantastic ways to spend National Vid...
As if anyone needed an excuse to play games today, I am about to give you one: it is National Video Games Day. A day for us to play games, like we no doubt do every day. Let’s not look a gift horse in the mouth. Instead, feast your eyes on this... | Read more »
Old School RuneScape players turn out in...
The sheer leap in technological advancements in our lifetime has been mind-blowing. We went from Commodore 64s to VR glasses in what feels like a heartbeat, but more importantly, the internet. It can be a dark mess, but it also brought hundreds of... | Read more »
Today's Best 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 »
Nintendo and The Pokémon Company's...
Unless you have been living under a rock, you know that Nintendo has been locked in an epic battle with Pocketpair, creator of the obvious Pokémon rip-off Palworld. Nintendo often resorts to legal retaliation at the drop of a hat, but it seems this... | Read more »
Apple exclusive mobile games don’t make...
If you are a gamer on phones, no doubt you have been as distressed as I am on one huge sticking point: exclusivity. For years, Xbox and PlayStation have done battle, and before this was the Sega Genesis and the Nintendo NES. On console, it makes... | Read more »
Regionally exclusive events make no sens...
Last week, over on our sister site AppSpy, I babbled excitedly about the Pokémon GO Safari Days event. You can get nine Eevees with an explorer hat per day. Or, can you? Specifically, you, reader. Do you have the time or funds to possibly fly for... | Read more »
As Jon Bellamy defends his choice to can...
Back in March, Jagex announced the appointment of a new CEO, Jon Bellamy. Mr Bellamy then decided to almost immediately paint a huge target on his back by cancelling the Runescapes Pride event. This led to widespread condemnation about his perceived... | Read more »
Marvel Contest of Champions adds two mor...
When I saw the latest two Marvel Contest of Champions characters, I scoffed. Mr Knight and Silver Samurai, thought I, they are running out of good choices. Then I realised no, I was being far too cynical. This is one of the things that games do best... | Read more »
Grass is green, and water is wet: Pokémo...
It must be a day that ends in Y, because Pokémon Trading Card Game Pocket has kicked off its Zoroark Drop Event. Here you can get a promo version of another card, and look forward to the next Wonder Pick Event and the next Mass Outbreak that will be... | Read more »
Enter the Gungeon review
It took me a minute to get around to reviewing this game for a couple of very good reasons. The first is that Enter the Gungeon's style of roguelike bullet-hell action is teetering on the edge of being straight-up malicious, which made getting... | Read more »

Price Scanner via MacPrices.net

Take $150 off every Apple 11-inch M3 iPad Air
Amazon is offering a $150 discount on 11-inch M3 WiFi iPad Airs right now. Shipping is free: – 11″ 128GB M3 WiFi iPad Air: $449, $150 off – 11″ 256GB M3 WiFi iPad Air: $549, $150 off – 11″ 512GB M3... Read more
Apple iPad minis back on sale for $100 off MS...
Amazon is offering $100 discounts (up to 20% off) on Apple’s newest 2024 WiFi iPad minis, each with free shipping. These are the lowest prices available for new minis among the Apple retailers we... Read more
Apple’s 16-inch M4 Max MacBook Pros are on sa...
Amazon has 16-inch M4 Max MacBook Pros (Silver and Black colors) on sale for up to $410 off Apple’s MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather than a third-party... Read more
Red Pocket Mobile is offering a $150 rebate o...
Red Pocket Mobile has new Apple iPhone 17’s on sale for $150 off MSRP when you switch and open up a new line of service. Red Pocket Mobile is a nationwide MVNO using all the major wireless carrier... Read more
Switch to Verizon, and get any iPhone 16 for...
With yesterday’s introduction of the new iPhone 17 models, Verizon responded by running “on us” promos across much of the iPhone 16 lineup: iPhone 16 and 16 Plus show as $0/mo for 36 months with bill... Read more
Here is a summary of the new features in Appl...
Apple’s September 2025 event introduced major updates across its most popular product lines, focusing on health, performance, and design breakthroughs. The AirPods Pro 3 now feature best-in-class... Read more
Apple’s Smartphone Lineup Could Use A Touch o...
COMMENTARY – Whatever happened to the old adage, “less is more”? Apple’s smartphone lineup. — which is due for its annual refresh either this month or next (possibly at an Apple Event on September 9... Read more
Take $50 off every 11th-generation A16 WiFi i...
Amazon has Apple’s 11th-generation A16 WiFi iPads in stock on sale for $50 off MSRP right now. Shipping is free: – 11″ 11th-generation 128GB WiFi iPads: $299 $50 off MSRP – 11″ 11th-generation 256GB... Read more
Sunday Sale: 14-inch M4 MacBook Pros for up t...
Don’t pay full price! Amazon has Apple’s 14-inch M4 MacBook Pros (Silver and Black colors) on sale for up to $220 off MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather... Read more
Mac mini with M4 Pro CPU back on sale for $12...
B&H Photo has Apple’s Mac mini with the M4 Pro CPU back on sale for $1259, $140 off MSRP. B&H offers free 1-2 day shipping to most US addresses: – Mac mini M4 Pro CPU (24GB/512GB): $1259, $... Read more

Jobs Board

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