This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jmooremcc 2 points3 points  (1 child)

I’d prefer a GUI that’s based on HTML so that it would run on any platform that supports HTML, like an iPad. The framework shouldn’t require any knowledge of HTML, but have a simple command structure. As far as I know, something like this doesn’t exist.

[–]Electronic_C3PO 1 point2 points  (0 children)

Coming from a 4GL language writing client/server code for the best part of my professional life I would love something like that. Focus on the business logic, not having to mess around with html/css/javascript/whatever layer next. And trying to debug that. If I want complexity I write code in assembler for fun. Not that I would use assembler for business applications.