一次编写,随处运行的语言和语言解压 AIR 版

发布于 2024-08-11 03:53:14 字数 402 浏览 9 评论 0原文

我想问是否还有其他 Write Once, run Anywhere 语言,例如 Java 或 AIR。到目前为止,我主要是一名 Java 开发人员,当我刚刚发现它时,我对 Python 和最近 AIR 的兴趣达到了顶峰。

我还想知道是否有任何用于 AIR 的 unrar 库或以某种方式使用 AIR 读取 RAR 存档,就像使用 FZip 和 zip 文件一样。有点想要一个比在我的程序中包含 Win/Lin/OSX 的二进制文件并使用基于系统的二进制文件更好的解决方案。

另外,我不介意编译语言,只要我能编写一组代码,并且它可以编译到所有平台,只需进行最少的更改或无需更改即可。有点不想使用任何特定于操作系统的代码或 API,这就是为什么我要求使用 AIR 或 Java 等运行时语言。 Python 也是如此,但它需要一些特定于操作系统的文件管理编码。

I wanted to ask if there are any other Write Once, run anywhere languages like Java or AIR. I have mostly been a Java developer up till now, and a bit of Python and recently AIR has peaked my interest as I just found out about it.

Also I wanted to know if there are any unrar libraries for AIR or someway to read RAR archives with AIR, kind of like how you can with FZip and zip files. Kinda want a solution better than including binaries for Win/Lin/OSX with my program and using those based on the system.

Also I don't mind a compiled language as long as I can write 1 set of code, and it can be compiled to all the platforms with minimal to no changes. Kinda want to not use any OS Specific code or APIs, its why I asked for runtime languages like AIR or Java. Well Python is too, but it requires a bit of OS specific coding for file management.

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

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

发布评论

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

评论(3

提笔书几行 2024-08-18 03:53:14

Perl 也是一次编写,到处运行。

Perl is also write once run everywhere.

红ご颜醉 2024-08-18 03:53:14

我可以推荐 Lua。它与Python非常相似,轻量级且非常可移植。

YMMV 取决于您想用该语言做什么。如果您正在寻找一种具有很多功能的语言,那么 Python 可能会更好。也就是说,在 LuaForge 上有很多流行库的绑定。

I can recommend Lua. It is very similar to Python, lightweight and very portable.

YMMV depending on what you want to do with the language. If you're looking for a language with lots of bells and whistles you're probably better off with Python. That said, there are a lot of bindings for popular libraries available at LuaForge

走走停停 2024-08-18 03:53:14

我可能会建议使用这个 Java API 来解压缩文件

I may suggest this Java API to un-rar file

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