본문 바로가기

엔지니어/Python

Grumpy: Go running Python

728x90
반응형

Overview

Grumpy is a Python to Go source code transcompiler and runtime that is intended to be a near drop in replacement for CPython 2.7. The key difference is that it compiles Python source code to Go source code which is then compiled to native code, rather than to bytecode. This means that Grumpy has no VM. The compiled Go source code is a series of calls to the Grumpy runtime, a Go library serving a similar purpose to the Python C API (although the C API is not directly supported).


https://github.com/google/grumpy

테스트 예정

반응형

'엔지니어 > Python' 카테고리의 다른 글

python 으로 mysql 를 접근할때  (0) 2022.10.28
python html 파싱  (0) 2022.10.28
parsing  (0) 2016.05.26
python source install  (0) 2016.05.26
Attack alrams  (0) 2016.05.26