Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Native languages for web development

Name: Anonymous 2012-08-13 22:01

Why are "native" languages* almost never used for web development? Shouldn't FastCGI be just as good as what web servers do with Perl or PHP? What am I missing?

* languages designed for AOT compilation to opcodes like C++, Ada, C, D, Pascal, or Go

Name: Anonymous 2012-08-14 20:49

>>25
It makes sense to me. Sometimes you don't know if a variable like last_name or email is going to hold a string or a number, so you have to add run-time checks. JavaScript adds the run-time checks for you, freeing your mind to work on more important things, like writing callbacks.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List