AOLserver and Tcl Crash Course

From AOLserver Wiki
Revision as of 20:17, 11 June 2007 by Sgoguen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Draft Outline

  • ADP Pages
    • Hello World
    • Tcl Basics
      • Minimalist Syntax
      • Commands, Subcommands (Evaluated and Non-Evaluated)
      • Variables, Arrays
      • Control Structures
    • Fetching GET and POST
    • Including / Referring to other pages
    • Controlling Output
    • Talking to MySQL

Questions

  • Where does ADP excel?
  • What practices should PHP, ASP, JSP developers stop doing?
  • How can one use Tcl to write very concise and readable code?
  • How does one efficiently separate pages into MVC components if the wanted?