Comment on NumWorks: An open-source graphing calculator (with Python and Rust support)Comments−jedisct14yIt doesn't support Rust at all.There's just a GitHub repository with a toy example in Rust, that uses nothing but direct unsafe calls to five C functions.But Python, yeah, definitely. That's the beauty of this calculator.−nsajko4yBut Python, yeah, definitely.Well, it's a forked MicroPython. It doesn't actually support Python, just something similar to Python.
Comments
It doesn't support Rust at all.
There's just a GitHub repository with a toy example in Rust, that uses nothing but direct unsafe calls to five C functions.
But Python, yeah, definitely. That's the beauty of this calculator.
Well, it's a forked MicroPython. It doesn't actually support Python, just something similar to Python.