Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 (Tek) 9/28/84 based on 9/17/84; site tekig5.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!vax135!cornell!uw-beaver!tektronix!tekig3!tekig5!waynekn From: waynekn@tekig5.UUCP (Wayne Knapp) Newsgroups: net.lang.forth,net.micro Subject: Does anyone have a simple screen editor written in forth? Message-ID: <216@tekig5.UUCP> Date: Wed, 4-Sep-85 12:10:37 EDT Article-I.D.: tekig5.216 Posted: Wed Sep 4 12:10:37 1985 Date-Received: Fri, 6-Sep-85 03:47:19 EDT Distribution: net Organization: Tektronix, Beaverton OR Lines: 27 Xref: watmath net.lang.forth:289 net.micro:11828 {{{{{{{{{{{{{munch}}}}}}}}}}}} Brodie's ideas are for the birds. (from the book Thinking Forth) I for one think writing my code in 1k blocks is stupid. I really can't believe that variable lenghts files promote bad code. So does anyone else feel the same. Has anyone written a screen editor that avoids the 1k blocks? If so and it is in the public domain, I would really like a copy. About Brodie's ideas. His views about dictionarys - Not only Forth, what about lisp, smalltalk prolog. Not a new idea. About editors - completely all wet About control strutures - I have to wonder if Brodie has ever really written any code. I've never seen block strutured code as badly written as his examples. I suggest that if you want to read the book "Thinking Forth", that you should check it out from a libarary. Don't waste any money on it. The book starts out fine, but by the middle of the book Brodie gone over the deep end. Parts of the book read like they were written by a mad man, or at least by someone who hasn't done any real programming. By the way, I do think Forth is neat.