Mojo experimentation?

It’s definitely early days, but I’m intrigued by Mojo’s future as a superset of Python.

Have any plotly developers experimented with plots in Mojo? Although I assume dependencies would need to get ported, it sounds like Mojo is developing with the numpy/pandas in mind.

Given that Mojo is compiled, it could make distributing/deploying Dash apps much easier.

BUMP!
Because I will definitely be porting my Plotly apps to Mojo if it is possible.
Doesn’t have to be 100% compatible, maybe the flask server could still run on Python but the graph creation routines could consume the raw memory objects I created and processed in Mojo.