I want to write a web browser and I have two main goals:<p>1. Be standard compliant
2. Eventually add support for other interpreted languages (e.g. Python, Common Lisp)<p>Does someone know books, etc. that deal with the technical side of browsers?
Not sure what level of knowledge you have about browsers heading into this endeavor but maybe check out:<p><a href="http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/" rel="nofollow">http://www.html5rocks.com/en/tutorials/internals/howbrowsers...</a>