Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Wow! It seems to be a taboo subject: I got +5 and -2 in a couple of minutes... and no anwser at all. So, is it an allowed or not allowed matter? – Gil Jan 19 '12 at 17:29
2  
C# and Java are compiled languages, not "scripted". – JeremyP Jan 19 '12 at 17:36
C, C++ and Obj-C also. The point is whether of not you can just 'edit & play' scripts without compiling new modules, stopping the server, reconfiguring and reloading it all. – Gil Jan 19 '12 at 17:45

closed as not constructive by Georg Fritzsche, Bo Persson, JeremyP, Kevin, Joe Jan 20 '12 at 0:08

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.