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.
有没有办法在 VisualWorks 中使用 Zinc HTTP 组件,有人成功地做到了这一点吗?
亨里克
VisualWorks 有自己的 HTTP 框架(包 HTTP、HTTPS 等)。从网络下的 Parcel Manager 加载 NetClients。它的 API 与 Zinc 相似但不等同。
您可以查看 CloudFork(用于 OpenID、OAuth AWS 等云服务的 API)作为可移植层的示例,以便以可移植的方式使用来自 Squeak、Pharo、VA 和 VisualWorks 的 HTTP 客户端。
我想使用以下方法将命令插入交互式环境:
bc <<END 1+1 quit END
该示例的输出是 ' 2',它在键入 后出现END。假设我想抑制这个输出。因此,在输入 END 后,我不希望出现任何输出。我怎么能做到这一点?
2
END