https://github.com/fernaper/pygo
PyGo custom language
https://github.com/fernaper/pygo
Last synced: 8 months ago
JSON representation
PyGo custom language
- Host: GitHub
- URL: https://github.com/fernaper/pygo
- Owner: fernaper
- Created: 2021-09-30T19:59:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T20:00:41.000Z (over 4 years ago)
- Last Synced: 2025-02-17T08:33:30.288Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyGo
New but similar language programming.
Now we are capable to program in a very similar language to Python but at the same time get the efficiency of Go.
The system has a custom interpreter capable to launch like a Python terminal (with no speed improvement).
Also it is capable to translate the code to Go and then compile it. Here is where we get the improvement.
This system wants to be as easy to program as Python, almost looking equals to Python, therefore it should be
relatively easy to translate your existing project from Python to PyGo.
At the same time, since the project translates to Go, any library or project already developped in Go must be
compatible and directly imported with PyGo.
This is the union of the two best worlds: Readability and fast programming (Python) with fast execution code (Go).
## Note
This project is under development.