I don't know how well it works with screen readers, etc., but https://livecode.com might work well because the code is English-like -- it still uses things like [] for arrays and () for precedence in calculations, but in general there is much less use of symbols. Another possibly odd suggestion is https://www.jsoftware.com/#/README Natively, J is nothing but symbols, but crucially, everything can be... - Source: Hacker News / 3 months ago
...and you get single-file executables for three platforms. That was maybe 13 steps from nothing to multiplatform Hello World. It stuns me that other environments/languages make it harder than that. Many years back I used to do demos for LiveCode at trade shows where I would build a stopwatch timer while holding my breath. These days it would be much better in so many ways to be working in Python. But the lack of... - Source: Hacker News / 3 months ago
For building applications there's; oracle apex for that work with larger scaled oracle databases, LiveCode, Microsoft Power Apps and Flutter Flow for cross platform applications built in flutter. - Source: dev.to / 4 months ago
Livecode offers exactly what you're describing: GUI editing of a live user interface, with code able to be built-in to every object. https://livecode.com It's based on HyperCard, so the language isn't to everyone's taste. But it's updated to include color, unicode, more advanced coding techniques, database access, multi-platform and more. But the basic concept -- I want a button here, and a field there, and a... - Source: Hacker News / 5 months ago
You could always cross develop - its a bit of a pain but possible if you select the correct toolsets. Have a look at such things as XOJO and Livecode. - Source: Reddit / 6 months ago
LiveCode - it's a programming/scripting tool that can produce cross-platform apps, iOS, Android, and HTML5. - Source: Reddit / 10 months ago
> only realistic option for true cross platform UIs that run everywhere Depending on your needs, Livecode has you covered. https://livecode.com Runs on Mac, Windows, Linux. Delivers on all three, plus iOS and Android. The underlying language is patterned after HyperTalk and people either love it or hate it, but I haven't seen any other tool where you can open the new installation and within 2 minutes deliver... - Source: Hacker News / 10 months ago
I think that product already exists: LiveCode https://livecode.com/. - Source: Hacker News / about 1 year ago
Not as approachable, but similar to HC and you get much more functionality for the learning curve: https://livecode.com/. - Source: Hacker News / about 1 year ago
This is awesome! I'm trying it on an iPad and doing pretty well. For anyone looking for a deeper experience, you can try https://livecode.com/ -- runs on Mac, windows and Linux, produces single-file executables, and has many enhancements over HyperCard while retaining many oF HC's strengths. - Source: Hacker News / over 1 year ago
If you are looking beyond this * https://tomorrowcorporation.com/games -- Human resource machine and 7 billion humans make a very basic assembly language super fun (yes really). * https://livecode.com/ would probably be my next language after Logo. - Source: Reddit / over 1 year ago
If you're ever feeling nostalgic for HyperCard, check out https://livecode.com/ -- clearly designed based on HC, but includes many modern features and runs on Mac, Windows, and Linux. - Source: Hacker News / over 1 year ago
Write once, run anywhere: I used to demo for LiveCode https://livecode.com/ at MacWorld and WWDC where I would code a basic app and build separate single-file standalones for Mac, Windows, and Linux, all while holding my breath. - Source: Hacker News / over 1 year ago
Take a very serious look at: https://livecode.com They have an open source version but be careful of the licensing. Basically if you start it on the open source version you need to keep the app open source (if I read the license right). But it's an absolutely wonderful prototyping environment. - Source: Hacker News / almost 2 years ago
Do you know an article comparing LiveCode Platform to other products?
Suggest a link to a post with product alternatives.