Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site uwvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!hogpc!houti!ariel!vax135!floyd!cmcl2!seismo!uwvax!reid From: reid@uwvax.UUCP Newsgroups: net.micro,net.micro.apple,net.micro.cbm Subject: Re: Is there a fast High-level language for the 6502? Message-ID: <269@uwvax.ARPA> Date: Wed, 23-May-84 00:26:48 EDT Article-I.D.: uwvax.269 Posted: Wed May 23 00:26:48 1984 Date-Received: Sat, 26-May-84 09:59:29 EDT References: <268@intelca.UUCP> Organization: U of Wisconsin CS Dept Lines: 14 I suggest you check out the Action! language available from OSS (Optimized Software Systems, I think). It was originally written for the Atari 800 (6502) but versions were supposed to become available for the Apple, etc. It compiles into very fast code, is prodecure-oriented, supports 16-bit (CARDinal or INTeger) variables as well as 8-bit BYTEs, supports pointers, arrays, standard I/O package, etc. The only major limitation I have found is that you can't nest function calls: Call1 ( Call2 ( X ) ). And you can'T recurse. But it sure beats anything else I've seen.... Glenn Reid ...seismo!uwvax!reid