LWN.net Logo

Wayland and Weston 0.99.0 snapshots released

Wayland and Weston 0.99.0 snapshots released

Posted Oct 17, 2012 10:40 UTC (Wed) by Jonno (subscriber, #49613)
In reply to: Wayland and Weston 0.99.0 snapshots released by ms
Parent article: Wayland and Weston 0.99.0 snapshots released

While I truly agree that JS is one of the worst "scripting languages" in active use, (X)HTML and CSS are actually quite ingenious. Their only problems are legacy baggage and limited interoperability.

If I sat down today to build a technology for doing cross platform app development I would likely come up with some XML-ish declarative GUI customizable using something CSS-ish. In (X)HTML, almost all elements in the body are interchangeable, they just come with different default style sheets, and while I would certainly have defined a different set of elements with different default style sheets compared to (X)HTML, the principle would be the same. And I would of course use a different scripting language, probably Lua and/or Scheme, possibly Java (as scripts, using BeanShell, not as compiled jars).


(Log in to post comments)

Wayland and Weston 0.99.0 snapshots released

Posted Oct 19, 2012 7:55 UTC (Fri) by jezuch (subscriber, #52988) [Link]

> If I sat down today to build a technology for doing cross platform app development I would likely come up with some XML-ish declarative GUI customizable using something CSS-ish.

http://sourceforge.net/projects/jaxx/

I did my engineering thesis in this, way back before it went dead ;) It was pretty cool, especially the CSS-like declarations and binding expressions, but the implementation was *horrible*.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds