[Amforth] Question

2018-10-15 Thread Jan Kromhout via Amforth-devel
Hello, It’s a while ago that I implemented AmForth (4.8) on a Arduino. Now I am a little confused. Where to find the source with all libs like postpone.frt. Cannot find them. Please can you help me out? With kindly regards, Jan Kromhout Hellevoetsluis-NL ___

Re: [Amforth] Question

2018-10-15 Thread John Verne
There is an SVN link off the amforth sourceforge page. As far as I know, this is where the source for the shipped libraries resides. On Mon, Oct 15, 2018, 08:37 Jan Kromhout via Amforth-devel < amforth-devel@lists.sourceforge.net> wrote: > Hello, > > It’s a while ago that I implemented AmForth (4

[Amforth] A good editor/terminal for MacOSX

2018-10-15 Thread Jan Kromhout via Amforth-devel
Hello, What is a good editor/terminal to type in Forth, and also send the Forth files to the Arduino? Thanks for any help. Jan Kromhout Hellevoetsluis-NL ___ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net ht

Re: [Amforth] A good editor/terminal for MacOSX

2018-10-15 Thread John Verne
Your tool chain will really depend on the host computer type. The tools available on Windows are different than than those for Linux, for example. The FAQ and user guides are pretty good start, with dips into the more technical guide and cookbook for specific tips. Check out the Tools section of

Re: [Amforth] A good editor/terminal for MacOSX

2018-10-15 Thread Peter C. Hauser
Hello, We have been using CoolTerm on the Mac. When you send files with it you just have to make sure to add some delays in the preferences settings of CoolTerm so that Forth does not get overwhelmed. Peter Hauser > On 15 Oct 2018, at 14:56, Jan Kromhout via Amforth-devel > wrote: > > Hello