Jacob Yocom-Piatt <jy-p <at> fixedpointgroup.com> writes: > have been coding touchscreen-driven applications using visual basic > lately and am sick of VB. i would much rather be using openbsd with > another programming language that allows me to accomplish the same sort > of stuff.
glade (from ports), perl (in base) plus the perl Gtk bindings (from ports). The GTK bindings now include support for Glade Designer files. Glade should be easy enough to work with as a (former) VB programmer. Add the EPIC plugin for Eclipse (also in ports) to help with the actual coding and you're set. If you really need compiled language support, C/C++ (with the Gtk+ port) can be used to write Glade based apps instead.