[Flashforth-devel] FF Shell Feature Request
Brought to you by:
oh2aun
|
From: Christopher H. <chr...@li...> - 2021-04-26 21:08:39
|
Hi, I was wondering if it would be easy (for somebody with good Python skills) to add this directive to the Python FF shell: it would be really handy if there was a a directive called something like "#script" which did the same thing as #send, but executed the named file, and sent the output to FF serial. I personally want this feature in order to be able to send calculated code version stamps to the chip. But I could imagine a number of other convenient uses for it, like automatically loading multiple files. FF shell wouldn't need to know anything about the scripting language employed if it was simply passing on the output. Christopher |