|
|
|
|
|
by fuzztester
127 days ago
|
|
>Tcl/Tk to this day is the best tool to make GUI frontends for CLI applications. Why? Please elaborate. I've heard others say this, but would like to know more. >Besides that, in the past I used it in production for intranet database entry applications. GUI apps? |
|
CLI applications typically read text from stdin and write text to stdout. The tcl model of "everything is a string" makes exactly the right abstraction to create GUI frontends for CLI applications rapidly and keep them simple at the same time.