Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site 3comvax.UUCP Path: utzoo!decvax!decwrl!glacier!oliveb!3comvax!mykes From: mykes@3comvax.UUCP (Mike Schwartz) Newsgroups: net.micro.pc,net.lang Subject: Re: BASIC Message-ID: <360@3comvax.UUCP> Date: Sat, 18-Jan-86 01:19:55 EST Article-I.D.: 3comvax.360 Posted: Sat Jan 18 01:19:55 1986 Date-Received: Mon, 20-Jan-86 02:37:27 EST References: <1096@osu-eddie.UUCP> <755@watmath.UUCP> Reply-To: mykes@3comvax.UUCP (Mike Schwartz) Distribution: na Organization: 3Com Corp; Mountain View, CA Lines: 18 Xref: decwrl net.micro.pc:6536 net.lang:2023 My $.02: Microsoft Basic deserves a lot of credit. Compiled Microsoft basic programs can be run on all those millions of IBM PCs and clones. Microsoft has had many years to do their Basic, and have the technology down to the point where an IBM AT running interpreted basic is fast, and compiled basic is real fast. Developing software using the interpretter is easy, and the slow compilation process is removed from the edit-assemble-debug cycle. Microsoft Basic is written in assembler, and has been refined over many years, with the resources of Microsoft. And there is a subset of Microsoft basic that is portable among the IBM PC, APPLE II, COMMODORE 64, and a few MILLION other computers that dominate the marketplace. Microsoft Basic isfar from being the operating system language by any stretch of the imagination, but applications can be generated faster than 'C' applications, and by less skilled people. Basic has many powerful features and can be used by skilled people to do some pretty great things.