Wish: Windowing Shell
Create user interfaces by writing Tcl scripts.
Hello, world:
button .hello -text "Hello, world" -command exit
pack .hello
Simple directory browser: 30 lines.
Web browser: 2000 lines.
10x less code for simple things.
Previous slide
Next slide
Back to first slide
View graphic version