Version 0 of minimal example

Updated 2002-05-31 15:06:49

An idea by CL, suggested on the page titled Effective ways to request help with Tcl-related problems.


Some ideas:

  • hello world, of course
  • perhaps some equivalents for shell folks (mkdir, rm -rf)
  • the smallest client/server example on earth would be a nice one
  • a web browser in a few lines of code
  • a GUI text editor in a few lines of code
  • making a standalone app in seconds
  • traces to tie GUI and computation/stats together
  • ...