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
-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
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
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
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
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
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