Daniel Holden is a PhD student at Edinburgh University doing research into machine learning, and data driven approaches to character animation. He is a prolific C hacker with a flair for creative and interesting projects, that have gathered considerable attention in the open source community. As well as hacking on C, he enjoys writing short stories, constructing digital art, and game development.
发表于2024-11-21
Build Your Own Lisp 2024 pdf epub mobi 电子书
书没看过,但是看简介觉得和我做的 https://github.com/xudifsd/libsi 很像,就是拿C写一个lisp解释器,或许读本书的可以看我的源码参考 我的代码是按照《SICP》第四章的解释写的,写的是scheme的解释器,之前拿scheme实现过一遍 https://github.com/xudifsd/si ,之后又拿C从...
评分书没看过,但是看简介觉得和我做的 https://github.com/xudifsd/libsi 很像,就是拿C写一个lisp解释器,或许读本书的可以看我的源码参考 我的代码是按照《SICP》第四章的解释写的,写的是scheme的解释器,之前拿scheme实现过一遍 https://github.com/xudifsd/si ,之后又拿C从...
评分书没看过,但是看简介觉得和我做的 https://github.com/xudifsd/libsi 很像,就是拿C写一个lisp解释器,或许读本书的可以看我的源码参考 我的代码是按照《SICP》第四章的解释写的,写的是scheme的解释器,之前拿scheme实现过一遍 https://github.com/xudifsd/si ,之后又拿C从...
评分书没看过,但是看简介觉得和我做的 https://github.com/xudifsd/libsi 很像,就是拿C写一个lisp解释器,或许读本书的可以看我的源码参考 我的代码是按照《SICP》第四章的解释写的,写的是scheme的解释器,之前拿scheme实现过一遍 https://github.com/xudifsd/si ,之后又拿C从...
评分书没看过,但是看简介觉得和我做的 https://github.com/xudifsd/libsi 很像,就是拿C写一个lisp解释器,或许读本书的可以看我的源码参考 我的代码是按照《SICP》第四章的解释写的,写的是scheme的解释器,之前拿scheme实现过一遍 https://github.com/xudifsd/si ,之后又拿C从...
图书标签: Lisp 编译器 C 计算机 解释器 Programming 语言 编译原理
If you’ve ever wondered how to build your own programming language or wanted to learn C but weren’t sure where to start, this is the book for you. In under 1000 lines of code you’ll start building your very own programming language, and in doing so learn how to program in C, one of the world’s most important programming languages. Along the way we’ll learn about the weird and wonderful nature of Lisps, the unique techniques behind function programming, the methods used to concisely solve problems, and the art of writing beautiful code. Build Your Own Lisp is a fun and creative journey through a fascinating area of computer science, and an essential read for any programmer, new or old!
前几章还跟着写,后面几章就没有耐心了。这本书有种推荐自己的mpc解析库的嫌疑,但是这个还是可以接受的。整本书基于作者的mpc库,实现一个简单版的lisp。在实现过程中介绍c语言的一些语法特性之类的。所以不适合初学者。但是有一点必须承认,作者的代码真漂亮。看着就让人舒服。
评分望而却步
评分很好玩。
评分能学得到相关解释器工作和构建的流程,不过学不到相关算法实现,都用作者提供的mpc这个库实现了。不过到也好,省去了parse这个过程,用几个mpc的函数就生成AST了。这本书应该是作者给他的mpc打广告的吧。
评分wow; the essential part of a compiler
Build Your Own Lisp 2024 pdf epub mobi 电子书