Skip to content

Instantly share code, notes, and snippets.

View MarioAndWario's full-sized avatar
🏠
Working from home

MarioAndWario

🏠
Working from home
  • Redwood City, CA
  • 22:45 (UTC -07:00)
View GitHub Profile
@fanfeilong
fanfeilong / 编程语言笔记.md
Last active March 12, 2020 17:10
具体编程语言重要概念笔记

编程语言笔记

scheme笔记


语言基础
  • atom: null?, zero?, number?, quote?
  • list: car,cdr,cons
  • control: cond else, let, define
  • s expression = atom or list