Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site whuxlb.UUCP Path: utzoo!linus!decvax!harpo!floyd!whuxlb!jph From: jph@whuxlb.UUCP Newsgroups: net.micro.pc Subject: Re: Pascal for IBM PC - (nf) Message-ID: <1304@whuxlb.UUCP> Date: Mon, 29-Aug-83 14:17:58 EDT Article-I.D.: whuxlb.1304 Posted: Mon Aug 29 14:17:58 1983 Date-Received: Tue, 30-Aug-83 01:50:30 EDT Sender: jph@whuxlb.UUCP Organization: Bell Labs, Whippany Lines: 16 #R:zinfandel:16600002:whuxlb:6400013:000:561 whuxlb!jph Aug 27 09:32:00 1983 I have been using the IBM PASCAL and have found it to be very good. The extensions that it has allows pointers to be the full 20-bit addresses so that you can access anything in menory. The code generated (if you turn off the run-time checks) is very good. But even with the run-time checks left on, it runs fast. Reasonable interfaces are provided to I/O, with random access to the disk. It have separate compilations and INTERFACEs and UNITs to help define separate modules. Assembly language routines can be easily written and interfaced with the language.