On Mon, 22 Feb 2016, Daniel Boyd wrote:
??What do youguys use for a simple GUI with a visualdesigner?
Tcl/Tk. Many people holds it for a toy language, but I like it very much. Tcl is a scripting language, on one side like scripting languages (sh, perl), on the other side like LISP. It is meager, with a clear concept and very easy to learn. Tk is the GUI Toolkit. If Tcl is not enough, you can extend it very easily with C. As far as I know, it also runs in Windoze. Rodrigo.