As a 128K Mac owner who bought Microsoft's BASIC for the Mac, this still makes me angry.
Then Apple released HyperCard and that was nice, until they dropped it.
Then Runtime Revolution was released, and I found it quite nice to use, then they opensourced it as Livecode and I pledged for that, then they quit supporting the Community Edition and closed the code again (anyone know if anyone is making progress on getting this to compile/work/install?).
These days I just use Python, but I'd really like to see a nice option for GUI development.
During my time with the Mac, from 1993 to 1997, I did virtually all of my dev on HyperCard. The exception was writing some "code resources" in C to access hardware functions.
Then I switched to Windows and used Visual Basic for too many years.
Today, Python. What's really happened is that I've walked away from the platform wars, and only use tools that run on any modern OS.
I've embraced Tkinter. What I've realized is that my main reason for needing to arrange GUI's by hand was to make efficient use of (by today's standards) tiny displays. My GUI's were never going to be liberating or beautiful because I'm not that good.
Now I can afford for my UI's to be less efficient of screen space, and Tkinter gets things good enough to be usable if expectations are realistic.
I used to do a lot of Hypercard. Never tried Livecode. Just looking at their site and their pricing model, I'm curious, do you actually have to get their approval / notify them for every app you develop and where it gets released? I can't imagine spending the time to adopt a language that was controlled by one company that way. Learned my lesson with Flash AS3, but at least Adobe didn't care what you made with it or try to put their hand in your revenue stream.
The forum seems a little disorganized to me, but I lurk a few times a year and get the pulse of how the development is going by reading the recent-ish posts.
From the first link:
"What is OpenXTalk?
OpenXTal k [sic] is the working name of a fork of the now unsupported Legacy LiveCode Community Edition project, with the goal of keeping a FREE OPEN SOURCE xTalk language publicly available...."
Then Apple released HyperCard and that was nice, until they dropped it.
Then Runtime Revolution was released, and I found it quite nice to use, then they opensourced it as Livecode and I pledged for that, then they quit supporting the Community Edition and closed the code again (anyone know if anyone is making progress on getting this to compile/work/install?).
These days I just use Python, but I'd really like to see a nice option for GUI development.