开发者

Is there an equivalent in DrRacket to set-car! and set-cdr! in SICP?

开发者 https://www.devze.com 2023-02-21 03:15 出处:网络
Is there an equivalent in DrRacket to set-car! a开发者_开发知识库nd set-cdr! in SICP?If you want to go through SICP with Racket, you should use Neil\'s package that makes it easier -- you\'d get a lan

Is there an equivalent in DrRacket to set-car! a开发者_开发知识库nd set-cdr! in SICP?


If you want to go through SICP with Racket, you should use Neil's package that makes it easier -- you'd get a language with set-car! and set-cdr!.


Yes, but you need to use mutable pairs.

0

精彩评论

暂无评论...
验证码 换一张
取 消