Version 11 of Koen Van Damme

Updated 2011-04-29 10:50:19 by koen

Hi, I'm Koen Van Damme, software engineer, living and working in Belgium.

My humble contributions to the Tcl'ers Wiki are currently limited to:

  • Oblets: A very simple object system for Tcl.
  • Code Generation: Some tips and tools for using TCL or other scripting languages as a powerful preprocessor for C, C++ or other structured output.
  • GenTemplate: A template object from which you can easily generate text or code. It correctly handles indentation and multi-line data.
  • Text Clipboard: A simple buffer to store, change, delete, and insert text before sending it to output.
  • Spot: An experiment in Tcl objects, based on only 2 standard classes (Object and Meta).

I have some TCL stuff on my website at http://www.gener8.be :

  • A paper about object-orientation in TCL:
     http://www.gener8.be/site/articles/tcl_objects/tcl_objects.html
  • A paper about parsing data files:
     http://www.gener8.be/site/articles/tcl_file_formats/tcl_file_formats.html
  • A paper about code generation, with downloadable tools to turn Tcl into a preprocessing language:
     http://www.gener8.be/site/articles/code_generation/code_generation.html
  • A paper presenting a detailed look at the Bwidget toolkit. This is on an older website and may disappear.
     http://users.pandora.be/koen.vandamme1/tcl_tools/bwidgets/_index.htm
  • A review of a book covering Tcl/Tk 8.5 basics:
     http://www.gener8.be/site/articles/tcl_books/tcl_tk_programming_cookbook.html
  • More to come...