10
votes
9answers
711 views

Will I ever be able to code client-side browser code in a language of my choice?

I'll be brutally honest: I hate writing client side code in JavaScript. I'm not a fan of this language, to say the least. It seems silly to me that browsers support a programming language, rather ...
45
votes
12answers
4k views

Why are most browsers developed in C++

It seems like most of common web browsers (Firefox, Chrome, Safari) are developed using C++. My question is straightforward. Why they use mainly C++ rather than any other language? Edit: What ...