适用于 Linux 的 Pascal 的简单 IDE

发布于 2024-10-02 17:21:54 字数 1539 浏览 3 评论 0原文

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

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

发布评论

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

评论(5

南巷近海 2024-10-09 17:21:54

使用 FreePascal 及其附带的编辑器或基本文本编辑器(如 nano 或 gedit)怎么样?您还可以使用旧的“Borland-ish”IDE 之一,例如 PENGRHIDE

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.

回眸一笑 2024-10-09 17:21:54

看这里:

更具体:

您可以尝试 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.

゛时过境迁 2024-10-09 17:21:54

您始终可以在 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.

酸甜透明夹心 2024-10-09 17:21:54

Geany 也不错。它支持

  • 语法突出显示
  • 符号名称自动完成(类似于智能感知)
  • 指定编译器选项
  • 与构建工具集成

以及人们期望在现代集成开发环境中获得的其他几个功能。

此外,它是开源的,可以在 *nix、MacOSX 和 Windows 上运行。

Geany is also good. It supports

  • syntax highlighting
  • symbol-name auto-completion (which is akin to intellisense)
  • specifying compiler options
  • integration with build tools

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.

酸甜透明夹心 2024-10-09 17:21:54

在所有方面都是错误的。 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.

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