Hi everyone,Recently, I was wondering which programming language should be used for new Apache httpd modules.
As far as I can tell, most modules are programmed in C. Is this still the best programming language for developing modules for new projects?
I guess other languages like C++, Rust, Go, ... could also be used. Would it make sense to choose one of these languages over C or is C still the best choice?
Any thoughts and opinions would be much appreciated! Simon