Pascal IDE for Mac OS X

17,405

Solution 1

People use XCode with a suitable set of templates, but XCode lost pascal syntax highlighting a way back. There are other options:

But I also still like Lazarus best.

Solution 2

Let's try Lazarus, integrated development environment for Free Pascal.

http://www.lazarus.freepascal.org/

Solution 3

@Thiago: Try with only { "cmd": ["fpc", "$file"]}

Solution 4

http://freepascal.org/down/i386/macosx.var

I like Free Pascal the most, for beginning I believe it is the best because you don't have too much fancy GUI features to distract you from programming for beginners (algorithms, procedural thinking...).

I didn't try to run this on Mac but it should work... I have used Free Pascal on Linux and Windows with satisfaction.

Share:
17,405
Thiago
Author by

Thiago

Updated on June 26, 2022

Comments

  • Thiago
    Thiago over 1 year

    i'm a beginner Pascal programmer and I recently migrated to the Mac OS X. Today I spent many hours searching for a good Pascal IDE for this OS and found nothing. I used to write code with Geany on Windows and it worked like a charm, I also enjoyed the compiling and running capacity of Geany.

    Do you know any Geany-like IDE or at least one that highlights, compiles and runs pascal code on the Mac OS X?

    Thank you very much!