OK, PHP, C# or Java are scripted languages - and the productivity gains of using scripts that you edit and play without recompiling and linking modules made themselves a name.
There are Web servers which use C 'modules' (Apache, Nginx) or which can be customized in C/C++ (ACE, BOOST) or Objective-C (GNUstepWeb, SOPE).
G-WAN seems to be the only Web server supporting scripts (in Java, C, C++ and Objective-C/C++, all of them mixed in a single application if you wish).
I found the ability to press 'F5' in the browser immmensely rewarding when editing my scripts (as compared to recompiling, configuring and loading Apache or Nginx modules).
Are scripts only intended for C#, Java or PHP? Do you know of other Web servers that offer C, C++ or Objective-C scripts?