Page 2 of 2
Re: A non-screen based editor in Forth?
Posted: Tue Apr 26, 2016 9:43 pm
by GARTHWILSON
For a few months at work in around 1990, I had to do Forth with a screen editor. I absolutely hated it!! There is a teensy advantage to having a screen tell Forth which other screens to load and in what order, but the rest is severe disadvantages. It'll take a text editor any day, even if it's a very rudimentary one.
Re: A non-screen based editor in Forth?
Posted: Sat Jul 23, 2016 2:11 pm
by stonehenge
The durexForth Vi clone may be a good starting point. It's a file system based forth, though, so I think the methods used may not all apply to a sector/screen based forth.
https://github.com/jkotlinski/durexfort ... _src/vi.fs
Re: A non-screen based editor in Forth?
Posted: Mon Jul 25, 2016 5:51 pm
by Dr Jefyll
Welcome, stonehenge

Always glad to have another Forth fan join the group!
Jeff