@alz_zyd_ how do you like this answer? ;)
>>> import pythonmonkey as pm
>>> pm.eval('(x)=>x.filter(x=>x>3)')(x)
[4.0, 5.0]
(Comprehensions.. bah... JavaScript Array.filter via pythonmonkey!)
📣📣📣 #pythonmonkey release announcement 🐍🐒🙈🙊🙉
This release lets you define methods on your #python objects using #javascript, as well as letting you pass any type of python object to JavaScript code!
Check it out on github: github.com/Distributive-Netw…
Generative AI can't build tools this sophisticated and powerful, that's why Distributive did.
#pythonmonkey : mix and match the best #js and #python librairies in the same project.
Featuring JS Array and Object methods implemented on Python List and Dicts, and vice-versa.
📣📣📣 #pythonmonkey release announcement 🐍🐒
Adds a new type, JSArrayProxy, a subtype of list, to properly proxy JavaScript Arrays as python lists, including having all of the appropriate methods.
github.com/Distributive-Netw…
PythonMonkey provides a better way of running #javascript in #python by embedding the Mozilla SpiderMonkey JavaScript engine into the Python VM and using the Python engine to provide the JS host environment. 🐍🐒
linuxtldr.com/executing-java…
PythonMonkey - SpiderMonkey를 Python VM에 임베드 news.hada.io/topic?id=10573
- Mozilla SpiderMonkey JavaScript 엔진을 Python VM에 내장하여, 파이썬 엔진으로 JS 호스트 환경을 제공하는 프로젝트
- 빠르고 메모리 효율적
- 개발자가 JS/Python을 선택해서 작성 가능: JavaScript...
PythonMonkey
A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
github.com/Distributive-Netw…
#pythonmonkey just blew through 200⭐⭐⭐⭐⭐ on github.
It feels like it was at 100 just last week. Oh wait, it was...
PythonMonkey is a Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.