Re: Other than php/perl/lisp/c/c++/java, anybody have a favorite computer-programming language?



robert maas, see http://tinyurl.com/uh3t wrote:

But if your favorite language is more modern but I'm not already
including it (see Subject field for what I'm currently including),
and you know how to interface it to CGI, I'll be glad to include
it.

I'm missing Tcl... Tcl is very useful for CGI and other Web-programming.
There are Apache modules interfacing Tcl to Apache, even a complete
HTTP-Server written in Tcl exists. Since Tcl has the concept of safe slave
interpreters for executing code, it is also very safe and secure to write
web apps and CGI in Tcl. The concept is also known as sandboxing, but Tcl
has pushed the idea very far, so it is really worth a look.

Regards
Stephan

.



Relevant Pages