LinuxCon: Some advice from Uncle Dirk
Posted Sep 24, 2009 9:21 UTC (Thu) by
hppnq (subscriber, #14462)
In reply to:
LinuxCon: Some advice from Uncle Dirk by michaeljt
Parent article:
LinuxCon: Some advice from Uncle Dirk
Something I would like to try coding, when I have time, is a GUI creator which really separates code and design
I can recommend it! Years ago I wrote something that combined a markup language for the graphical stuff and a script language that could handle events, callbacks and other things of a more dynamical nature. It could do more or less what you describe, e.g., read or write text from a file descriptor and have an interpreter do something intelligent with it.
(My problem is to find the time to clean it up and release it. I'm not sure the design was so great. ;-)
(
Log in to post comments)