Skip to content

PythonMonkey

A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.

SpiderMonkey를 Python VM에 임베드

Features

  • Mozilla SpiderMonkey JavaScript 엔진을 Python VM에 내장하여, 파이썬 엔진으로 JS 호스트 환경을 제공하는 프로젝트
    • 빠르고 메모리 효율적
    • 개발자가 JS/Python을 선택해서 작성 가능: JavaScript 라이브러리를 파이썬에서 이용하거나, Python 라이브러리를 JavaScript에서 이용
    • 같은 프로세스내에서 JS와 Python을 실행해서 Serialization/Pipe 등이 필요없음
  • 현재 초기단계로 2023/7 기준 MVP의 80% 정도를 구현

See also

Favorite site