Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近网上发布了一个 Spec 文档,它与 Polymorph 项目有什么关系?很高兴了解这些项目的未来。多晶型停产了吗?
Polymorph 是一个 UI 框架。Spec 是一个基于字面量数组的 UI描述框架。
换句话说,您在屏幕上看到的小部件来自 Polymorph。UI 构建器采用 Spec 规范并构建这些小部件:“这是一个这种大小的按钮,这就是它的名称”。
在 Squeak 中,Morphic 或 MVC 与 ToolBuilder 之间存在相同的关系。