scheme for object-oriented programmers

后端 未结 4 2049
广开言路
广开言路 2021-02-02 02:18

I\'m thoroughly intrigued by Scheme, and have started with some toy programming examples, and am reading through Paul Graham\'s On Lisp.

One thing I haven\'t been able t

4条回答
  •  青春惊慌失措
    2021-02-02 02:53

    If you are starting off with Scheme, have a look at How to Design Programs. This book presents the "Schemey" approach to problem solving. I don't think there is a book that compares OO and functional solutions to the same programming problems. But there is a nice presentation that shows how dynamic languages like Scheme could provide simple solutions to problems that demand complex design patterns in statically typed OOP languages.

提交回复
热议问题