Why aren’t there any popular web frameworks in C/C++ even though they are more performance intensive languages?
5th August 2013
My answer to Why aren’t there any popular web frameworks in C/C++ even though they are more performance intensive languages? on Quora
Because it’s very hard writing secure code in them due to the way they handle memory management, and web applications have an enormous number of potential paths for malicious input. It’s much easier to write secure web application code in a higher level language (which isn’t to say it’s easy at all even then).
More recent articles
- LLM 0.22, the annotated release notes - 17th February 2025
- Run LLMs on macOS using llm-mlx and Apple's MLX framework - 15th February 2025
- URL-addressable Pyodide Python environments - 13th February 2025