How to do Pattern Matching in Common Lisp

后端 未结 3 516
故里飘歌
故里飘歌 2021-01-31 12:03

I have no idea if there exists a pattern matching function for Common Lisp, nevertheless I have to make my own function. I have no idea about Lisp. Can somebody give heads-up on

3条回答
  •  花落未央
    2021-01-31 12:59

    I think you may want the CL-Unification library: http://common-lisp.net/project/cl-unification/

提交回复
热议问题