Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site utah-cs.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!utah-cs!jwp From: jwp@utah-cs.UUCP (John W Peterson) Newsgroups: net.micro.mac Subject: Re: Ease of writing programs... Message-ID: <3282@utah-cs.UUCP> Date: Wed, 10-Apr-85 23:29:59 EST Article-I.D.: utah-cs.3282 Posted: Wed Apr 10 23:29:59 1985 Date-Received: Fri, 12-Apr-85 06:42:00 EST References: <1579@decwrl.UUCP> Organization: Univ of Utah CS Dept Lines: 17 > Has anyone seen a COMPILER which performs the same 'ease of programming' > services... while still gaining the execution speed and independence of > a native mode program? Translation: you want to have your cake, and eat it too. About the best way I know of to go about this is to first get a "basic" application running, such as a simple multi-window text editor. Once you get this sort of basic shell working (and as *clean* and bug free as you can) developing stuff on top of it becomes relativly painless. Relativly. Apple is working on a fancy version of this (the "expandable application") that is supposed to be very complete. It's written with their object-Pascal. I think the optimum though, would be something as fancy as Apple's two-Mac debugger that knew about high-level languages. (What I would give to have Apollo's window debugger available in that environment...)