Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!ucbvax!CS.ARIZONA.EDU!kwalker From: kwalker@CS.ARIZONA.EDU ("Kenneth Walker") Newsgroups: comp.lang.icon Subject: Re: ICON on VMS Message-ID: <9008212246.AA12413@gacham.cs.arizona.edu> Date: 21 Aug 90 22:46:11 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 13 > Date: Mon, 20 Aug 90 10:31:34 CDT > From: "Chris Tenaglia - 257-8765" > Subject: ICON on VMS > Recently someone mentioned something about Icon V8 being slower than V6 on a > microvax in regards to screen IO. This sounds like a VMS system. > There is another problem with screen IO. Here's a little program... The Icon interpreter is a C program that uses C's fwrite() to implement the write() function. Do other C programs have these problems under VMS? Ken Walker, kwalker@cs.arizona.edu