Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!tgr!ACB.COR@OFFICE-1.ARPA From: ACB.COR@OFFICE-1.ARPA (Alan Bomberger) Newsgroups: net.micro.cpm Subject: MIX editor Message-ID: <2342@brl-tgr.ARPA> Date: Wed, 23-Oct-85 08:02:48 EDT Article-I.D.: brl-tgr.2342 Posted: Wed Oct 23 08:02:48 1985 Date-Received: Fri, 25-Oct-85 06:58:45 EDT Sender: news@brl-tgr.ARPA Lines: 27 Based on the recent interest in MIX C and Editor, I would like to reask a question I posted earlier. Just after posting I lost my network connection due to a change in address. So I repeat the questions. Sorry if I cause much repeating of answers. Is the MIX editor written in Turbo? I ask because the MIX editor does not run on my system and I want to avoid buying the language that it was written in. Why does it not run you ask? My system runs with interrupts active so that I can have console type ahead. The MIX editor does everything but work with interrupts active. Either the run time code is mismanaging the stack (say by fetching values from the stack "below" the stack pointer) or switching stacks and not leaving room for entries caused by interrupts. I have no trouble if I run without interrupts. I guessed at Turbo because of the strange run time error messages I got about heaps and stacks that printed out when I tried it with interrupts enabled. Other comments about MIX are that it is reasonably powerful. I got it to behave like Magic Wand (my favorite editor) and its macro capability seems very nice (especially for the price). It is, however, VERY slow and VERY large (medium level languages have this problem). Even with tons of overlays only a 16K buffer is left on my 59K Northstar system (Magic Wand leaves over 40K). I got it because it handles split screens and was programmable. I will probably use it for those tasks that require those features. Must be a lot better with bigger memories and faster CPU's. Is writing fast, compact, and powerful code a lost art?