-3
votes
2answers
299 views

What language Nginx using? [closed]

I like to EDIT the nginx.conf , and nginx virtual host conf files. What languages they are using for Editing? Perl ? or bash ? And I like to learn how to write module for NginX too. What language I ...
7
votes
1answer
1k views

Is C a regular language?

Are C or C++ regular languages? If not, under which category do we place the programming languages like C/C++, perl, Python?
84
votes
22answers
39k views

Is there any reason to use C++ instead of C, Perl, Python, etc.?

As a Linux (server side) developer, I don't know where and why should I use C++. When I'm going to performance, the first and last choice is C. When "performance" isn't the main issue, programming ...