Has anyone had any thoughts on how & whether to implement advanced spagetti programming (.asp) for athttpd jim tcl?
Today a .tcl file is a pure Tcl file that is executed and spits out HTML. Instead I'd like to have a HTML file that contains Tcl fragments. Rough idea for a syntax of a ".tclp" file... <html> <body> Hello <tcl>write_chunked "testabc"</tcl> </body> </html> Seems straightforward enough to implement.... -- Øyvind Harboe http://www.zylin.com - eCos ARM & FPGA developer kit -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
