Pascal IDE for Mac OS X

I am a beginner Pascal programmer, and recently I switched to Mac OS X. Today I spent many hours looking 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 liked Geany's compilation and bandwidth.

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

Many thanks!

+5
source share
4 answers

People use Xcode with a suitable set of templates, but Xcode has lost pascal syntax by highlighting the return path. There are other options:

But I also still love Lazarus best.

+3
+4

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

I like Free Pascal the most, for starters, I think it's the best because you don't have too many attractive GUI features to distract you from programming for beginners (algorithms, procedural thinking ...).

I have not tried to run this on a Mac, but it should work ... I enjoyed using Free Pascal on Linux and Windows.

+1
source

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

+1
source

All Articles