Path: utzoo!attcan!uunet!lll-winken!ames!pasteur!ucbvax!MSUS1.BITNET!PSPINLER%MKVAX1 From: PSPINLER%MKVAX1@MSUS1.BITNET (Wurst Tokum) Newsgroups: comp.lang.modula2 Subject: RE: Logitech Modula-2 for VAX/VMS Message-ID: Date: 13 Jan 89 22:37:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Info-Modula2 Distribution List Organization: The Internet Lines: 12 I've been using Logitech m-2 for VMS for about a year and a half now at our institution. It has a complete interface to the system calls and the screen manager calls, not for the lib$ calls however, and you must specify ALL arguements, forget about option arguements unless you specify your own implementation module. As for code quality, it seems to be pretty good except for the odd things it does to preserve variable scope. For example if you pass an array of whatever by reference, it makes a local copy of the array in the subroutine. Patrick Spinler pspinler%mkvax1@msus1.bitnet