有没有用 Io 编程语言编写的应用程序? (或者,分发 Io 应用程序。)

发布于 2024-08-21 01:27:48 字数 397 浏览 3 评论 0 原文

我最近对基于原型的 OOP 产生了兴趣,并且一直在研究 Io 和 Ioke。使用 Ioke 分发应用程序非常简单。它在 JVM 上。还需要我多说吗?然而,我对如何分发 Io 应用程序感到非常困惑,尤其是在 Windows 上。这不像你可以让最终用户编译 Io 来运行你的应用程序。

事实上,我很震惊 Io 已经过去 8 年了,却没有形成某种诸如分发之类的标准。 Ruby 有 gem,Java 有 jar,等等。

更糟糕的是,我找不到一个用 Io 编写的应用程序来窃取分发的想法。也许我不擅长谷歌搜索(顺便说一句,Io 是一个可怕的搜索名称;P)。

是否有任何规范的方式来分发 Io 应用程序?是否存在任何 Io 应用程序,或者我只是没有抓住重点?

我不确定这是否应该是社区维基。如果您认为应该,请发表评论并告诉我。

I've recently become interested in prototype-based OOP, and I've been playing with Io and Ioke. Distributing an application with Ioke is simple. It's on the JVM. Need I say more? However, I'm absolutely stumped as to how one would distribute an Io application, especially on Windows. It's not like you can have end-users compile Io to run your application.

I was actually shocked the Io has gone for 8 years without forming some sort of standards for things like distribution. Ruby has gems, Java has jars, and so on.

The worse thing about it is, I can't find a single application written in Io to maybe steal ideas on distribution from. Maybe I suck at google searching (Io is a horrible search name, by the way ;P).

Is there any sort of canonical way to distribute Io applications? Are there even any Io applications in existence, or am I just missing the point?

I'm not sure if this should be community wiki or not. If you think it should, comment and let me know.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只为一人 2024-08-28 01:27:48

至于打包 / 分发标准有插件。它似乎主要适合向 Io 添加 C 库,但也应该适用于纯 Io 代码。

Addons 文档有点稀疏。有一个 Writing Addons wiki 页面可能会有所帮助。但最好的选择是深入研究 Addons,它希望包含在您的 Io 安装中。这些源代码可以在 Github 上的 addons 中找到,位于主 Io 项目

只是为了加强一点关于 Io 程序/项目位于 Github,以下是一些 Github 链接:

这里列出了一些刚刚起步的打包项目,随着时间的推移,其中一个可能会获得关注并可能得到普遍采用?:

更新:最近在 关于 >包装。目前还没有结果。

/I3az/

As for standards for packaging / distribution there is the Addons. It seems to be mainly geared for added C libraries to Io but should work with pure Io code as well.

The Addons documentation is a little sparse. There is a Writing Addons wiki page which may help. But best bet is to just delve into Addons which hopefully is included with your Io install. Source for these can be found on Github in addons under the main Io project.

Just to beef up bit about Io programs/projects is on Github, here are some Github links:

There are a few fledgling packaging projects listed there which, in time, one of which may gain traction and perhaps universal adoption?:

Update: There is a recent(ish) discussion on the Io mailing list about packaging. No outcome as yet.

/I3az/

无戏配角 2024-08-28 01:27:48

Io 网站包含库和应用程序的列表

http://iolanguage.org/packages.html

另外,可能有一些项目(主要在 GitHub 上)使用了 Io 而不是
列在那里。

Io 网站和博客也是用 Io 编写的。

The Io website contains a list of libraries and applications

http://iolanguage.org/packages.html

Additionally, there may be projects (mainly on GitHub) using Io which are not
listed there.

Also the Io website and the blog are written in Io.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文