TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best resources for browser development?

2 pointsby philippnagelover 9 years ago
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?

1 comment

adam419over 9 years ago
Not sure what level of knowledge you have about browsers heading into this endeavor but maybe check out:<p><a href="http:&#x2F;&#x2F;www.html5rocks.com&#x2F;en&#x2F;tutorials&#x2F;internals&#x2F;howbrowserswork&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.html5rocks.com&#x2F;en&#x2F;tutorials&#x2F;internals&#x2F;howbrowsers...</a>