Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 v7 ucbtopaz-1.8; site ucbtopaz.CC.Berkeley.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!ucbvax!ucbtopaz!mwm From: mwm@ucbtopaz.CC.Berkeley.ARPA Newsgroups: net.lang.c,net.lang.pascal Subject: Re: Language transitions Message-ID: <732@ucbtopaz.CC.Berkeley.ARPA> Date: Sat, 16-Feb-85 22:45:30 EST Article-I.D.: ucbtopaz.732 Posted: Sat Feb 16 22:45:30 1985 Date-Received: Tue, 19-Feb-85 08:33:03 EST References: <252@gumby.UUCP> <535@ukma.UUCP> <258@gumby.UUCP> <4475@ucbvax.ARPA> <590@ncoast.UUCP> <2793@ncsu.UUCP> Reply-To: mwm@ucbtopaz.UUCP (Praiser of Bob) Organization: Missionaria Phonibalonica Lines: 15 Xref: watmath net.lang.c:4411 net.lang.pascal:239 Summary: In article <2793@ncsu.UUCP> mauney@ncsu.UUCP (Jon Mauney) writes: >Of the many flaws in Pascal, ordinary I/O is not one. There is nothing >preventing good interactive execution of Pascal programs. >Jon Mauney mcnc!ncsu!mauney C.S. Dept, North Carolina State University Except (staying within the semantics of J&W, of course!): 1) Getting read/write to work as expected on an interactive system. I've heard that it can be done right while still maintaining the J&W semantics, but have never seen it so done. 2) Doing the *exact* equivalent of printf("Gimme data: "); with the cursor left at the end of the line.