Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!princeton!mind!tiger!wei From: wei@tiger.UUCP Newsgroups: comp.lang.forth Subject: APL feature in FORTH ? Message-ID: <166@tiger.Princeton.EDU> Date: Wed, 11-Feb-87 11:05:41 EST Article-I.D.: tiger.166 Posted: Wed Feb 11 11:05:41 1987 Date-Received: Thu, 12-Feb-87 07:19:14 EST Organization: EE, Princeton University Lines: 15 Keywords: apl in forth The features in the array oriented APL are very convenient for handling my experiental data. By features I mean: for example, I don't need to worry about the shape of an array and the math procedure that should be written is very close to what I think-----sum of a array is +/arrayName, etc. However, in APL , it is very difficult to interface with the machine hardware. Some day , I happened to see a paper in APL86 conference preceedings on page 164, mentioning the existence of a vacabulary F83VEC which implements a subset of APL in Laxon's FORTH 83. Does anyone have the copy of it ? Could I get a copy ? Or does any other implementation exist ? Do all these implementation involve garbage collection ? HP Wei wei@princeton.UUCP