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 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
使用 FreePascal 及其附带的编辑器或基本文本编辑器(如 nano 或 gedit)怎么样?您还可以使用旧的“Borland-ish”IDE 之一,例如 PENG 或 RHIDE。
What about using FreePascal with its included editor or a basic text editor, like nano or gedit? You could also use one of the old "Borland-ish" IDEs like PENG or RHIDE.
看这里:
更具体:
您可以尝试 Eclipse 插件,它可能更适合您:
另外,尝试这一个:
这并不是严格意义上的 Pascal,但 Delphi 是从 Pascal 中分离出来的。
Look here:
More specific:
You can try Eclipse plugin, which might work better for you:
Also, try this one:
This is not strictly Pascal, but Delphi was spun off from Pascal.
您始终可以在 Dos-Box 中运行原始 Turbo Pascal 7。
Dos-Box 可用于 Linux,并安装了 Free-Dos。
非常好的选择。
You can always run the original Turbo Pascal 7 inside Dos-Box.
Dos-Box is available for Linux and comes with Free-Dos installed.
Very good alternative.
Geany 也不错。它支持
以及人们期望在现代集成开发环境中获得的其他几个功能。
此外,它是开源的,可以在 *nix、MacOSX 和 Windows 上运行。
Geany is also good. It supports
Among several other features one would expect in a modern integrated development environment.
Plus it's open source and runs across *nix, MacOSX and Windows.
在所有方面都是错误的。 Embercardero 有一个针对 Sindows 的社区开发版本 - 移植到 OSX,需要(一个 emu)一些针对 Linux 的附加组件。 FP 是旧 DOS 应用程序的移植版本 - 具有继承和类 - 确实没有您想要的东西。它的枯萎 fp/rhide 或拉撒路。您可能想温习 UI 编程或 SDL。抱歉,经过十多年的开发,我还没有看到任何“更容易”的东西 - 除非您编写代码以使其更容易。帕斯卡还远没有死。此外,你可以尝试 python。 UI 应用程序(tkinter lib)的四行代码。 TP7不是解决方案,fp ide也是一样。
wrong on all counts. Embercardero has a community dev version for Sindows- ports to OSX, needs (an emu) some add-ons for linux. FP is the ported version of the old DOS app- with inheritance and classes--there really isnt something you seek. Its wither fp/rhide or Lazarus. You might want to brush up on UI programming or SDL. Im sorry but after ten + years of developing, Ive not seen anything "easier"- unless you write the code to make it easier. Pascal is far from dead. Further- you might try python. Four lines of code to a UI application(tkinter lib). TP7 is not a solution, fp ide is the same.