具有完美功能集的 Smalltalk 实现
我更喜欢通过标准 bash 终端与编程语言交互。虽然 Squeak 和 Pharo 有详细的文档记录,但它们似乎没有 CLI,只有 VM GUI。
GNU Smalltalk 和 Slate 有一个普通的 CLI,但没有适用于 Linux、Mac 或 Windows 的安装程序——并且它们需要在 Windows 上进行复杂的 MSYS 配置。
似乎没有一个 Smalltalk 实现同时具有 CLI 和多平台安装程序。我很想学习这种语言,但我似乎找不到适合我的 Smalltalk。
Squeak 和 Pharo 有秘密 CLI 模式吗?有谁知道 GST 或 Slate 安装程序在哪里发布?是否还有其他免费、开源的 Smalltalks 具有这两个功能?
I prefer interfacing with programming languages through a standard bash terminal. While Squeak and Pharo are well documented, they don't seem to have a CLI, just a VM GUI.
GNU Smalltalk and Slate have a normal CLI but no installers for Linux, Mac, or Windows--and they require a complicated MSYS configuration on Windows.
There seems to be no Smalltalk implementation that has both a CLI and multiplatform installers. I'd love to pick up this language, but I can't seem to find a Smalltalk that suits me.
Do Squeak and Pharo have secret CLI modes? Does anyone know where GST or Slate installers are posted? Are there other free, open source Smalltalks that have these two features?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,Pharo 有一个“秘密”CLI 模式。它被称为珊瑚。
Yes, Pharo has a "secret" CLI mode. It is called Coral.
扩展 Lukas 的答案,这里有一个将 Coral 加载到 Squeak 中的脚本:
它基于 Coral 的近端版本(Damien 刚刚开始重新设计 Coral 的某些部分),并向 Squeak 添加了 Coral 期望的一些方法。
安装后,请按照标准说明进行操作:
然后从命令行:
Extending on Lukas' answer, here's a script to load Coral into Squeak:
It's based on a near-to-head version of Coral (Damien's just started on a redesign of parts of Coral), and adds a few methods to Squeak that Coral expects.
Once installed, follow the standard instructions:
And then from your command line: