Using Env.js with Python

It’s a little difficult for me to get Env.js working with my Python application. The documentation on the website states:

create bridges to run Envjs in Ruby, Python, and other host languages ​​using the SpiderMonkey and V8 javascript engines

However, I could not find any bridges for Python either in the main branch from github or from Google.

Has anyone had success with Env.js working with Python?

+3
source share
1 answer

Yes, I don’t know where this text came from. I am a member of env.js and have not heard of any attempts to integrate with python against V8 or SpiderMonkey.

, NoseJS , . Rhino env.js Python-Spidermonkey.

, SpiderMonkey Ruby: http://github.com/smparkes/env-js.

+1

Source: https://habr.com/ru/post/1753371/


All Articles