# PythonMonkey - SpiderMonkey를 Python VM에 임베드

> Clean Markdown view of GeekNews topic #10573. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=10573](https://news.hada.io/topic?id=10573)
- GeekNews Markdown: [https://news.hada.io/topic/10573.md](https://news.hada.io/topic/10573.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-08-28T10:17:01+09:00
- Updated: 2023-08-28T10:17:01+09:00
- Original source: [github.com/Distributive-Network](https://github.com/Distributive-Network/PythonMonkey)
- Points: 9
- Comments: 1

## Topic Body

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

## Comments



### Comment 18664

- Author: alstjr7375
- Created: 2023-08-28T12:46:31+09:00
- Points: 1

듀얼 쓰레드를 이렇게!!ㅋㅋㅋ
