From: utzoo!decvax!harpo!npoiv!npois!ucbvax!ARPAVAX:C70:editor-people Newsgroups: fa.editor-p Title: Extension languages. Article-I.D.: ucb.1841 Posted: Wed Aug 25 01:04:37 1982 Received: Tue Oct 12 03:43:43 1982 >From BillW@SRI-KL Wed Aug 25 00:53:18 1982 Another language well suited to writing extensible editors is FORTH. I believe there is an editor for the Apple that is written in Forth (APPLE PIE ?). Of course, it is as obscure in its syntax as Lisp is. (setq (x (+ dot 1))) would become dot fetch 1 + x store. WW