Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ihnp4!ptsfa!lll-lcc!styx!ames!sgi!archer From: archer@sgi.UUCP Newsgroups: comp.lang.pascal Subject: Re: Adapting mainframe programs to the micro....help!! Message-ID: <1479@sgi.SGI.COM> Date: Tue, 10-Mar-87 15:52:13 EST Article-I.D.: sgi.1479 Posted: Tue Mar 10 15:52:13 1987 Date-Received: Wed, 11-Mar-87 20:02:48 EST References: <7748@utzoo.UUCP> Sender: daemon@sgi.SGI.COM Organization: Silicon Graphics Inc, Mountain View, CA Lines: 30 Summary: micro pascal compiler recomendation In article <7748@utzoo.UUCP>, jackson@utzoo.UUCP (Don Jackson) writes: > > I have a series of programs implemented on a PDP-10 and CDC/CYBER which I need > to get to run on an IBM-AT. At present I do not have a Pascal compiler and > want to get one. I would like to obtain one with the greater syntax compata- > bility with the mainframe compiler but don't know which of the many micro ver- > sions to choose from. Any advice and suggestions would be greatly appreciated. > -- > Name: Don Jackson > Mail: Dept. Zoology, Univ. Toronto > Toronto, Ontario, Canada M5S 1A1 > UUCP: {allegra,ihnp4,linus,decvax}!utzoo!jackson I would recommend Professional Pascal from MetaWare of Santa Cruz, California. The compiler is extremely flexible, supports the ansi standard as a subset, and produces extremely good code. Main drawback is price (~$600). Syntactically there should be a fairly high amount of compatibility between Pascal compilers in general. Where they differ is in the implementation of extensions. What I would recommend doing is writing an interface module to make the extensions of the compiler you end up using look more like those on your mainframes. good luck, Archer Sully ucbvax!sgi!archer