Running queries against a list of lists in Scheme

前端 未结 2 551
南旧
南旧 2021-01-26 06:35

I\'m stuck in the middle of my project. I have a list of lists like:

\'((a for apple) (b is book) (c in cat) (ronn live in NY))

Now I want to

2条回答
  •  长发绾君心
    2021-01-26 07:16

    Structure and Interpretation of Computer Programs, Video Lectures by Hal Abelson and Gerald Jay Sussman

    Lecture 4a, Pattern Matching and Rule-based Substitution

提交回复
热议问题