Pure python implementation?

Hey, I’ve actually started work on a pure Python translation of the reference JS implementation.
I’m at the midway point, inline parser translated, doc parser to go.
My plan is get it passing the tests, then get it Pythonic. I’ll throw up a git repository of what I have this evening.

I don’t know too much about python packaging, and I know Windows users discover they have difficulty installing numpy because they don’t have VS2008. I was wondering on the relative merits of translating to pure python vs simply python bindings to the reference C implementation.

1 Like