unifreak / unifreak.github.io

unifreak's blog
https://unifreak.github.io
MIT License
24 stars 42 forks source link

Little Notes On Little Schemer | UniFreak’s blog #6

Open unifreak opened 1 year ago

unifreak commented 1 year ago

http://localhost:4000/little-notes-on-little-schemer

The key to learn recurssion in schemer is “pattern recognition”.The Five RulesThe Law of Car:The primitive car is defifned only for non-empty lists.The Law o...