AOLserver and Tcl Crash Course
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?