PDA

View Full Version : Pascal


IronToad
December 27th, 2005, 04:59 AM
Is there any program for programming Pascal?

sapo
December 27th, 2005, 05:19 AM
http://www.freepascal.org/

google isnt going to kill you ;)

lcg
December 27th, 2005, 05:28 AM
Is there any program for programming Pascal?
In the repositories is the GNU pascal compiler, gpc. There is also Free Pascal (http://www.freepascal.org/). However, I haven't tried any of them.

You could give Ada a try, too. It has a syntax very similar to Pascal and all the advanced features of a modern programming language. You would need the packages build-essential and gnat-4.0 to compile Ada. Just grab a copy of John Barnes' "Programming in Ada 95" and you should be good to go.

HTH,
Lars

thumper
December 27th, 2005, 05:59 AM
Using adept for a quick look at the packages... I found gpc which is the gnu pascal compiler.

So yes.

There is also Kylix which I think is similar to Delphi.

IronToad
December 27th, 2005, 02:16 PM
Thanks