Hacker News new | ask | show | jobs
by stavros 1210 days ago
Is there any way to easily interoperate with C++ libraries? That would basically solve the problem.
2 comments

There are ways and we've seen successful integration of C++ libraries and functionality - but it is not what I would call easy yet.

Toit is evolving rapidly and we find that being fully open source helps our users tweak things where necessary. It's been a fun ride so far and we've got some pretty awesome and sophisticated use cases that involve custom C++ code.

I'll definitely give it a go, it looks very interesting!
One can relatively easily extend MicroPthon, but then you of course have to rebuild and reflash. Hot loading of native libraries I haven't seen.