I'm sure we (I'm referring to web developers) have at one time or another used a web scripting language like php, perl, python, or asp.
But, we know you can also write cgi applications in languages like C.
So, has anyone used an unusual language for writting CGI applications? By unusual, I mean a language that is not generally known for writing CGI apps with. Please make sure your answers are about languages you have actually used to write CGI apps - although bizzare languages may be mentioned for humorous effect.
Edit - to make this more educational, please include links to the languages you reference. - unless it's a common l开发者_JS百科anguage, like pascal.
RPG, running off Apache on a AS/400.
Matlab. Which is pretty strange. Emacs Lisp, which is perhaps stranger. But I think the best strange one was a dashboard for an embedded gadget written in Bash.
What no one has used x86 assembly for their CGI?
I wrote one in Ada once, but I don't consider Ada to be all that unusual.
As a matter of fact, Ada by default is immune to many of the standard buffer overflow exploits, so it is a pretty good choice of language if you want your CGI "script" to be secure.
I routinely use Haskell, and like it.
The strangest I have used is probably Ansi M.
I created the lightweight CMS system MiniMagAsm in assembly language.
It is portable among x86 based servers and works on Windows and Linux (32 and 64 bit) pretty well. The project is free.
The system is created using Fresh with FreshLib library. (both are my projects as well).
精彩评论