home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / apl / 1266 < prev    next >
Encoding:
Text File  |  1992-12-24  |  1.0 KB  |  24 lines

  1. Newsgroups: comp.lang.apl
  2. Path: sparky!uunet!pipex!bnr.co.uk!bnrgate!nott!torn!watserv2.uwaterloo.ca!watserv1!70530.1226@compuserve.com
  3. From: Mike Kent <70530.1226@CompuServe.COM>
  4. Subject: APL compilers
  5. Message-ID: <921224120911_70530.1226_DHP25-1@CompuServe.COM>
  6. Sender: root@watserv1.uwaterloo.ca
  7. Organization: University of Waterloo
  8. Date: Thu, 24 Dec 1992 12:09:12 GMT
  9. Lines: 13
  10.  
  11. The Manugistics [STSC] compiler runs on the mainframe and the compiled
  12. code uses interpreter services, and so runs only  from within APL*PLUS;
  13. I believe there are some restrictions on what can be compiled (maybe
  14. just that the execute primitive can't be used).
  15.  
  16. The IBM compiler marketed by Interprocess Systems also runs on the
  17. mainframe (but probably could be ported, with some effort, to any
  18. environment supporting []NA), produces FORTRAN as its intermediate
  19. code (and so requires a FORTRAN compiler); it compiles classical "flat"
  20. APL -- no nested arrays, also no execute and no shared variables -- but
  21. the compiler itself is written in APL2.
  22.  
  23.  
  24.