Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!SUN.COM!wmb From: wmb@SUN.COM (Mitch Bradley) Newsgroups: comp.lang.forth Subject: Re: Forth window system interface Message-ID: <9001090114.AA24584@jade.berkeley.edu> Date: 8 Jan 90 23:08:15 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Forth Interest Group International List Organization: The Internet Lines: 17 > I've seen Emacs-clones written in Forth (I got a copy of Forthmacs for the ST Well, actually, the EMACS in Forthmacs isn't written in Forth. It's MicroEMACS (written in C) modified so that it can be called as a subroutine from Forth, with some hooks for compiling Forth code directly from EMACS buffers. You can also mark a "region" in an EMACS buffer and compile just that. You can pop back and forth between Forth and EMACS without losing the state of either. > Why not a vi-clone ? Please, no! Aaaaargh! vi has the most baroque command syntax of any screen editor I know. Let's not do anything to propagate it! Okay, okay, I admit it. I'm an EMACS fan. Mitch (author of Forthmacs)