gpt4 book ai didi

smalltalk - Pharo 中的 'Installer squeaksource' 相当于什么?

转载 作者:行者123 更新时间:2023-12-02 09:28:01 25 4
gpt4 key购买 nike

我想在 Pharo 的上下文中执行此操作,最初是为了 Squeak。

Installer squeaksource
project: 'MetacelloRepository';
install: 'ConfigurationOfMagritte2'.
(Smalltalk at: #ConfigurationOfMagritte2) project latestVersion load: 'Magritte-Seaside'.

最佳答案

这段代码可以工作:

Gofer new 
squeaksource: 'MetacelloRepository';
configurationOf: 'Magritte2';
load.
(Smalltalk at: #ConfigurationOfMagritte2) project latestVersion load: 'Magritte-Seaside'.

还有其他方法,但这是最“直接”的翻译:)

关于smalltalk - Pharo 中的 'Installer squeaksource' 相当于什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36019733/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com