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.

'Writing a C Compiler' is a book (2022)

47 pointsby luu11 months ago

2 comments

trealira11 months ago
The post is from 2022.<p>However, looking at the table of contents [0], she seems to spend a lot of the book on types and pointers. That&#x27;s cool, since the compiler books that I&#x27;ve seen don&#x27;t cover languages with pointers and pointer arithmetic (and the analyses that come with that), or representations of types.<p>[0]: <a href="https:&#x2F;&#x2F;nostarch.com&#x2F;writing-c-compiler" rel="nofollow">https:&#x2F;&#x2F;nostarch.com&#x2F;writing-c-compiler</a>
评论 #40972250 未加载
评论 #40970592 未加载
jimsimmons10 months ago
Advertising it as Writing a C Compiler is misleading. This is no where near C&#x27;s speed. It&#x27;s just an implementation of a C like language. And honestly there are better books or tutorials for something like that.<p>C&#x27;s selling point is performance and portability and this book covers neither
评论 #40970915 未加载
评论 #40970816 未加载