LWN.net Logo

XDC2012: Programming languages for X application development

XDC2012: Programming languages for X application development

Posted Oct 4, 2012 11:02 UTC (Thu) by ortalo (subscriber, #4654)
Parent article: XDC2012: Programming languages for X application development

From the point of view of programming languages and HCI (Human-Computer Interface) research, it seems that the declarative features of a language are those that offered pretty decisive advantages for GUI applications. I really support that view even though I am not so knowledgeable in the field.

(That was possibly surprising for programming languages researchers, but they usually acknowledge that obsevation. HCI researchers find the fact pretty natural but frequently do not seem to have such a clear view of declarative vs. functional features.)
I've seen a few examples of that in those (now old) projects: Garnet (CMU Common Lisp), Amulet (CMU successor to Garnet, C++ based, but very different from C++ in practice), and Mozart-OZ (GUI component).


(Log in to post comments)

XDC2012: Programming languages for X application development

Posted Oct 4, 2012 12:46 UTC (Thu) by hunger (subscriber, #36242) [Link]

For some newer implementation of declarative UI design you might want to add Qt Quick (QML) to your list.

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