Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!cis.ohio-state.edu!ucbvax!agate!ucsee.Berkeley.EDU!chiu From: chiu@ucsee Newsgroups: comp.sys.apple2 Subject: ACOS (WAS: Re: MD-BASIC (was:Re: Apple ][ BBS Software)) Summary: ACOS is not a compiler Message-ID: <1991May31.040452.29892@agate.berkeley.edu> Date: 31 May 91 04:04:52 GMT References: <16292@darkstar.ucsc.edu> <1520025@hpcc01.HP.COM> Sender: root@agate.berkeley.edu (Charlie Root) Reply-To: chiu@ucsee.Berkeley.EDU Organization: University of California Society of Electrical Engineers (UCSEE) Lines: 14 Originator: chiu@ucsee.Berkeley.EDU In article <1520025@hpcc01.HP.COM> drudman@hpcc01.HP.COM (Drew Rudman) writes: [Stuff Deleted] > >GBBS on the other hand provides you with a completely new programming language >(very similar to basic so the transition is not that difficult) that offers >text file based source code and a compiler. No run-time interpretation of >your system segments. This results in a faster system. ACOS (at least version 1.3) is not a compiler. All it does is generate addresses for all the labels, and use those address for branching. (In that aspect it is definately faster than Applesoft), but it is still a interpretator when it comes to actual execution of program code. [Stuff Deleted]