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.
High level: 10x less code forsimple things.
Previous slide
Next slide
Back to first slide
View graphic version