Lisp 和Scheme 有哪些POOP 框架
多么好的 POOP(基于原型的面向对象编程)框架 Lisp和Scheme中存在吗?
我知道一个:Sheeple
但是还有其他的吗?
What nice POOP (Prototype-based Object-oriented Programming) Frameworks
exist in Lisp and Scheme?
I know one: Sheeple
But are there any others?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应该有不少。
ObjectLisp 就是其中之一。它被用于 LMI Lisp 机器和 80 年代中期开始的早期 Macintosh Common Lisp。
基本上每个没有类的“框架系统”都可以支持基于原型的面向对象编程。应该有大约二十个系统可以做到这一点。
There should be quite a few.
ObjectLisp is one. It was used on the LMI Lisp Machines and for the early Macintosh Common Lisp starting in the mid 80s.
Basically every 'Frame system' without classes can support Prototype-based Object-oriented Programming. There should something like twenty systems that should do it.
Prometheus是Scheme(和Racket)的类自原型系统。
Prometheus is Self-like prototype system for Scheme (and Racket).