I don't see any reason why this would avoid the issue with every cross platform GUI toolkit: missing nuances that make apps written with it seem strange and foreign to each platform, even if superficially the appearance is correct. Minor things, like common layouts, keyboard shortcuts, or just ways of doing things in general ("get info..." vs "properties" comes to mind) are a few of what cross platform toolkits never…
Writing GUI Apps Using the Red Programming Language
71–80 of 117 posts
Re: Writing GUI Apps Using the Red Programming Language
#72Re: Writing GUI Apps Using the Red Programming Language
#73Edit: I found this https://github.com/red/red/issues/2399
Re: Writing GUI Apps Using the Red Programming Language
#74Earlier quoted context omitted.
How is the development experience with haxe-ui? Is it trully write once then deploy to all without any need for tweaking quirks on each of the target specifics?
It really looks like it by the website, but I haven't seen anyone use it in the wild. I'm interested as well.
Re: Writing GUI Apps Using the Red Programming Language
#75Re: Writing GUI Apps Using the Red Programming Language
#76For language enthusiasts, here are some interesting features of Red (and Rebol): - You can pass unevaluated expressions to functions, which can then choose to evaluate the expressions any way they want. This sounds similar to 'fexprs' in some lisps. - Scoping is very 'flexible' - you can take a function body and evaluate it in another 'context' which provides different values for all the words in the body. - Making m…
Re: Writing GUI Apps Using the Red Programming Language
#77Re: Writing GUI Apps Using the Red Programming Language
#78what about tcl/tk for GUI? mature, fast, and ubiquitous
http://guitarz.org/howtomakeaprogram.com/howtomakeaprogram.h...
http://easiestprogramminglanguage.com/easiest_programming_la...
Re: Writing GUI Apps Using the Red Programming Language
#79Earlier quoted context omitted.
The thing is, a real successor to VB wont be a programming language because VB's strength wasn't the programming language part (if anything, it was one of the weaker parts) but the ridiculously simple GUI designer and COM/ActiveX that allowed people to compose applications out of reusable components (be it controls or just pieces of code). We don't have a real successor to VB (yet) because people always tend to overl…
Interesting comment. Lazarus and Free Pascal are good, alright. (With some issues, as any software has). IIRC, VB's initial code name was Thunder. I worked on VB in a few commercial projects. Alan Cooper demoed VB 1 to Microsoft and they bought it.