Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!bu-cs!buengc!art From: art@buengc.BU.EDU (A. R. Thompson) Newsgroups: comp.lang.pascal Subject: Re: Is there a public-domain (or cheap) Pascal compiler for UNIX? Message-ID: <2546@buengc.BU.EDU> Date: 16 Apr 89 22:19:30 GMT References: <2552@cps3xx.UUCP> Reply-To: art@buengc.bu.edu (A. R. Thompson) Followup-To: comp.lang.pascal Organization: Boston Univ. Col. of Eng. Lines: 14 In article <2552@cps3xx.UUCP> rang@cpswh.cps.msu.edu (Anton Rang) writes: >I'm interested in finding a Pascal compiler to run under UNIX (on a >Sun-3, though it would be nice if it ran on a VAX as well). 'pc' >doesn't even compile Pascal, let alone doing a good job of it. Is >there any Pascal compiler out there? Are there any which generate >halfway-decent code? Any which are ISO compliant? I've been using the Oregon Software Pascal-2 compiler. It's really quite good. It has many of the extensions of the new proposed Extended Pascal, functions that return structured results, dynamic strings, cantankerous (oops, I meant conformant) arrays, a sort of separate compilation (not quite right but almost), random access files and a whole bunch of little things. The code it generates runs fast but the object files are quite large. Unfortunately, it's not free, but it's worth it.