cons* in scheme - how to implement

后端 未结 0 1293
长情又很酷
长情又很酷 2021-01-06 01:53

I tried to implement the cons* (https://scheme.com/tspl4/objects.html#./objects:s44).

Examples:

(cons* \'()) -> ()
(cons* \'(a b)) -> (a b)
(cons         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题