Show HN: Myjs An accidental pure-Python JavaScript interpreterhttps://pypi.org/project/myjs
Hi HN! byteface here. myjs was a recent accident I'd like to share. Several years ago I began writing DOM API's in Python as a curiosity: https://github.com/byteface/domonic/ Every now and then I do another pass rolling in more features from the MDN pages. I have lots of unit tests but found that porting real code and libraries was a useful test of the DOM compatibility. But I didn't want to pollute the core any further as had already ported d3 and jquery. So I created a new repo called domonic-libs: https://github.com/byteface/domonic-libs/ Anyways a couple of days ago while porting some jsβ¦