Lisp Badge LE firmware updated to uLisp 4.6


#1

Hi David,

Good to see a new release, will there be an Lisp Badge LE version based on the 4.6?

Thanks


Announcing uLisp Release 4.6 for all versions of uLisp
#2

There’s now a new release of the Lisp Badge LE firmware; see:

https://github.com/technoblogy/lisp-badge-le


#3

Hi David

I just tested the new release for Lisp Badge LE, it works fine. Since I don’t know if the new release compatible to the old one (4.4b), I bet it not because new functions added, I saved a backup of data on my device by (pprintall) and erased and restored them after burn the new firmware, everything goes well.

If the pprintall can add comments to the dumped code automatically (e.g. one comment for each function or 20 lines of code), it would be easier to restore them by paste to the serial, I did it manually before pasting them.

Thanks for the LBE release.


#4

Since I don’t know if the new release compatible to the old one

Do you mean whether the saved image would be compatible? You’re probably correct that it wouldn’t be.

If the pprintall can add comments to the dumped code automatically

Do you mean a comment to turn off echoing? You should only need one at the very start of the block of code you want to paste in. No need for one every function.