Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 353 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 353 Bytes

code-album

  • y-combinator.go 《A Little Schemer》chapter 8
  • y-bang.go 《The Seasoned Schemer》chapter 16
  • kons.go 《The Seasoned Schemer》chapter 18
  • y-combinator.ss 王垠根据 《The Little Schemer》用 scheme 实现的推导版本,见 reinventing-the-ycombinator