Hacker News new | ask | show | jobs
by jaustin 1476 days ago
CodeMirror 6.0 is pretty sweet - If you want to see it in action, we've been using it to build the new version of the micro:bit Python Editor:

https://python.microbit.org/v/beta

We’ve found CodeMirror 6’s APIs and in particular its extensibility to be well thought out and great to work with.

Thanks Marijn!

1 comments

That looks fantastic. It also looks like you also have Pyright running in the browser. Is that right? I thought Pyright only supported running on NodeJS.