We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
其中大多数都有试用版,您可以在决定购买之前试用至少 30 天。 REALbasic 是一个很棒的工具,我很早就想尝试 Objective-Basic 了。 KBasic 看起来很有前途,特别是考虑到价格。
然后,始终可以选择在 OS X 中运行基于 BSD/Unix/Linux 的工具,如果您有基于 Intel 的 Mac,也可以运行 Windows 程序。
Most of these have trial versions that you can check out for at least 30 days before deciding to buy. REALbasic is an awesome tool, and I've wanted to try Objective-Basic for a long time. KBasic looks promising, especially considering the price.
And then there's always the option of running BSD/Unix/Linux-based tools in OS X, as well as Windows programs if you have an Intel-based Mac.
我不得不说 REALBasic。
I would have to say REALBasic.
PureBasic 可能是功能最齐全的,但它是一种较低级别的语言。 REALbasic 看起来不错,但我在尝试做任何“真实”的事情时有过可怕的经历。
PureBasic is probably the most full featured but it is a lower level language. REALbasic looks good but I've had horrible experience with it trying to do anything "real".
QB64 并不完全漂亮,但它是 QBasic 的一种方言,具有 mac、windows 和 linux IDE,并且它也可以(与 eclipse 配合使用)为 android 进行编译。然而,结果可能非常漂亮。
http://qb64.net/forum/index.php
还值得注意的是,它有扩展了 QB 命令列表,是 64 位干净的,并且可以执行一些令人惊叹的图形、网络操作等。
提醒一下:
QBasic 是一个具有有限变量范围(子例程或程序范围)的结构化基础,可以选择使用行号。
我已经编译了未经修改的旧 QBasic 代码,前提是它没有进行文件访问,这只是更改目录分隔符的问题......
QB64 isn't exactly pretty, but it's a dialect of QBasic, with mac, windows, and linux IDEs, and it can (with tie ins to eclipse) compile for android as well. The results, however, can be very pretty.
http://qb64.net/forum/index.php
It's also worth noting that it has expanded the QB command list, is 64-bit clean, and can do some stunning graphics, network operations, and more.
As a reminder:
QBasic is a structured basic with limited variable scoping (subroutine or program-wide), which can optionally use line numbers.
I have compiled old QBasic code unmodified provided it didn't do file access, and that's just a matter of changing the directory separator...
我会选择 QB64 作为其跨平台 C++ 发射器。
I would choose QB64 for its cross-platform C++ emitter.