适用于 Linux 的 Pascal 的简单 IDE

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4195543/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-04 23:59:21  来源:igfitidea点击:

Simple IDE for Pascal for Linux

linuxidepascal

提问by liori

I am looking for a IDE for Pascal. Something that runs under Linux, is simple and easy to run. My goal is to setup something for a kid to learn, something that wouldn't require to derive from 10 classes to make a text visible on screen.

我正在寻找 Pascal 的 IDE。在 Linux 下运行的东西简单易行。我的目标是为孩子设置一些东西来学习,不需要从 10 个类中派生出来的东西来使文本在屏幕上可见。

I remember DOS-based TurboPascal being very easy to use. Now I tried Lazarus, but its interface is very complex.

我记得基于 DOS 的 TurboPascal 非常易于使用。现在我尝试了 Lazarus,但它的界面非常复杂。

I don't need IDE that works with multiple languages, and I won't change Pascal into another language--there's lots of good textbooks in my native language for Pascal, and very little for other.

我不需要支持多种语言的 IDE,我也不会将 Pascal 更改为另一种语言——我的母语有很多关于 Pascal 的优秀教科书,而其他语言的教科书很少。

Thanks!

谢谢!

采纳答案by asthasr

What about using FreePascalwith its included editor or a basic text editor, like nano or gedit? You could also use one of the old "Borland-ish" IDEs like PENGor RHIDE.

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

回答by icyrock.com

Look here:

看这里:

More specific:

更加具体:

You can try Eclipse plugin, which might work better for you:

您可以尝试 Eclipse 插件,它可能更适合您:

Also, try this one:

另外,试试这个:

This is not strictly Pascal, but Delphi was spun off from Pascal.

这不是严格意义上的 Pascal,而是 Delphi 从 Pascal 中分离出来的。

回答by Dario Ruggi

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.

您始终可以在 Dos-Box 中运行原始的 Turbo Pascal 7。Dos-Box 适用于 Linux,并安装了 Free-Dos。非常好的选择。

回答by xqtr

Geanyis also good. It supports

Geany也不错。它支持

  • 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.

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