+ 1
How to creat my own browser? Which languages should i learn to make it?
4 Answers
+ 1
You want develop your browser only or you want develop the engine part?? Latter is most difficult
+ 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.
+ 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.