Re: [Amforth] A shout out to Keith Amidon for amforth-shell.py

2013-12-06 Thread Enoch
Matthias Trute writes: > Hi all, > >> As I am fluent in Python I am responsibile for the latest patches. >> A meta command change that I hope Matthias picks relate to #include >> and #install. Here's the diff between my amforth-shadow and the >> latest amforth svn. See http://pastebin.com/7CSYbD

Re: [Amforth] A shout out to Keith Amidon for amforth-shell.py

2013-12-06 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, > As I am fluent in Python I am responsibile for the latest patches. > A meta command change that I hope Matthias picks relate to #include > and #install. Here's the diff between my amforth-shadow and the > latest amforth svn. See http://past

Re: [Amforth] A shout out to Keith Amidon for amforth-shell.py

2013-12-06 Thread Enoch
Jan Kromhout writes: > Hello, > > Can I use this Phyton script also under windows? > > Cheers, > > Jan Yes, install Python and the pySerial library (I guess this is the only extrnal lib required). Here's my Windows shell.bat: @echo off set AMFORTH=\avr\amforth\code set TOOLS=%AMFORTH%\tools set

Re: [Amforth] A shout out to Keith Amidon for amforth-shell.py

2013-12-06 Thread Jan Kromhout
Hello, Can I use this Phyton script also under windows? Cheers, Jan Op 5 dec. 2013, om 19:28 heeft Enoch het volgende geschreven: > craig and heather > writes: > >> I just want to say thanks to Keith for his work on this great tool. I had >> never run Python in my life but easily got his t

Re: [Amforth] A shout out to Keith Amidon for amforth-shell.py

2013-12-05 Thread Keith Amidon
I really appreciate the kind words about amforth-shell.py from both Craig and Enoch. I'm really pleased it has worked well for the community and especially that others have carried it forward with enhancements to fill other needs. I haven't had enough free time to get to any of the amforth projec

Re: [Amforth] A shout out to Keith Amidon for amforth-shell.py

2013-12-05 Thread Enoch
craig and heather writes: > I just want to say thanks to Keith for his work on this great tool. I had > never run Python in my life but easily got his tool working and have never > looked back. Using the shell has saved me a lot of effort and frustration. > Command line recall and include files a

[Amforth] A shout out to Keith Amidon for amforth-shell.py

2013-12-05 Thread craig and heather
I just want to say thanks to Keith for his work on this great tool. I had never run Python in my life but easily got his tool working and have never looked back. Using the shell has saved me a lot of effort and frustration. Command line recall and include files are really cool features. Thanks a b