+ 1

How to creat my own browser? Which languages should i learn to make it?

21st Apr 2018, 6:17 PM
mostafa alhussieni
3 Answers
+ 1
You want develop your browser only or you want develop the engine part?? Latter is most difficult
21st Apr 2018, 7:31 PM
KrOW
KrOW - avatar
+ 3
As Mickel SĂĄnchez said. Also, are you doing this from first principles for fun, or to learn, or is this a professional endeavour? If it's for fun / first principles, it's a wonderful project where you'll have to write an HTML parser (amongst other things). This should try to follow standards. If you want to go less low-level, then use a language that has a parsing library, or one that's good at working with parsing. Donna also has good suggestions.
21st Apr 2018, 7:02 PM
Emma
+ 2
You can use any language. You should only check if the language offers support to a rendering engine. You can also check if the language offers bindings for a specific engine, such as Webkit.
21st Apr 2018, 6:40 PM
Mickel
Mickel - avatar