←back to thread

95 points Levitating | 5 comments | | HN request time: 0s | source
Show context
hn-ifs ◴[] No.45082292[source]
I remember looking at red ages ago but never got round to using it. I like to learn odd non-mainstream languages. Currently learning Nushell which is an amazing alternative shell. And I like the look of roc-lang too.

I'm desperate for a truly cross platform programming language with gui abilities on those platforms. I'm slowly learning dart/flutter for this but truly wish for something simpler. I get the reasoning behind flutters declarative style but it's certainly not simple, especially when you get to state management.

replies(6): >>45082338 #>>45082465 #>>45083101 #>>45083117 #>>45083488 #>>45083764 #
1. gcanyon ◴[] No.45083488[source]
"simple cross-platform GUI+programming language" livecode.com fits that description. It's been my daily driver for years, but full disclosure I'm now looking for something similar to your requirements, but python-based.
replies(2): >>45083586 #>>45084172 #
2. WillAdams ◴[] No.45083586[source]
Any progress from the openXtalk people trying to keep the opensource of Livecode (from before the rugpull) going?

I bought a book on using QT6 from Python --- hoping to finish an initial read and then give it a try (unless something better comes along).

replies(1): >>45124031 #
3. RodgerTheGreat ◴[] No.45084172[source]
Depending on how elaborate your GUI needs are, CardStock might be suitable: https://cardstock.run
replies(1): >>45124033 #
4. gcanyon ◴[] No.45124031[source]
None as far as I know, but I haven't been following them.
5. gcanyon ◴[] No.45124033[source]
Interesting, thanks!