如何在 Clamato 中使用类变量?
前几天我发现了 Clamato,想玩一下它。我似乎没有找到如何在 Clamato 中声明和使用类变量。该文档仅提到实例变量。
如果您还不知道,这里是 http://clamato.net/ 的链接。
I discovered Clamato the other day and want to play a bit with it. I don't seem to find how one can declare and use class variables in Clamato. The docs only mention instance variables.
Here's the link to http://clamato.net/ if you didn't already know it.
Here's the source: http://bitbucket.org/avibryant/clamato/src
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能想看看amber,这是网络浏览器的另一个smalltalk 实现。它有更多的吸引力,我在 FOSDEM 和 ESUG 会议
You might want to take a look at amber, another smalltalk implementation for the web browser. It has a lot more traction, I've seen presentations at the FOSDEM and ESUG conferences
感谢您发现汤米。
也会演戏。
关于“类变量”,上面的链接指出该语言“没有元类层次结构”,因此猜测没有类变量,但可能是错误的。
Thank you for discovering Tommy.
Will also give a play.
In regard to "class variables", your link above states that the language has "no metaclass hierarchy", so a guess would be no class variables, but could be wrong.