Hacker News new | ask | show | jobs
by import_awesome 614 days ago
Another great feature of Tcl for writing servers it that you can reload the code while it is running and keep all the state and connections open. Code up/bootstrap your server while it is running the whole time. Sure this is a security nightmare, but it is fun to code.
1 comments

Nice! Did AOLServer (now Naviserver) do that? That was the major Tcl webserver that I remember.