I make a eigenmath port for micropython with a dedicated heap management module. Now you could have eigenmath for general symbol math functions, ulab(numpy) for calculation and the editor for script editing on the picocalc.
7 Likes
Great job!
By the way, I’m having a bit of a puzzle.
The return value of eigenmath is “Nonetype”, so that cannot be used in micropython.
Any good ideas for using return values?
Basically we could return the printing str. But it is in eigenmath style. I may add a python style str output
