TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are you favorite learn by building tutorials?

4 点作者 ig0r0超过 5 年前
I like tutorials that explain you how to build a thing like an language interpreter, terminal text editor, etc that you can follow and code at the same time.<p>I really liked the Let’s Build A Simple Interpreter (https:&#x2F;&#x2F;ruslanspivak.com&#x2F;lsbasi-part1&#x2F;), followed it and build the Pascal interpreter in Swift instead of Python.<p>Now I am finishing up with Build Your Own Text Editor (https:&#x2F;&#x2F;viewsourcecode.org&#x2F;snaptoken&#x2F;kilo&#x2F;) and learning a lot low level terminal stuff.<p>What are your favorite tutorials of this kind that you can recommend?

1 comment

jacquesm超过 5 年前
Nand2tetris.<p><a href="https:&#x2F;&#x2F;www.nand2tetris.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nand2tetris.org&#x2F;</a>