Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 27595c9

Browse files
committed
gpython: add
1 parent 5b7526f commit 27595c9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
9696
| Prolog | [Erlog](https://github.com/rvirding/erlog) | Erlang | None () | Apache-2.0 | Interprets a subset of standard Prolog. |
9797
| Prolog | [Golog](https://github.com/mndrix/golog) | Go | Go's GC | MIT | Implements a subset of standard Prolog. |
9898
| Python | [CircuitPython](https://github.com/adafruit/circuitpython) | C | Tracing | MIT | A fork of MicroPython, designed for API uniformity across many microcontrollers. |
99+
| Python | [gpython](https://github.com/go-python/gpython) | Go | Go's GC | BSD-3-Clause | Implements a subset of Python 3.4. |
99100
| Python | [GraalPy](https://github.com/oracle/graalpython) | C, Java | JVM's GC | UPL-1.0 | Implements Python 3 for GraalVM (HotSpot JVM) using Truffle. |
100101
| Python | [Jython](http://www.jython.org/) | Java | JVM's GC | PSFL (BSD-like) | An implementation of Python 2 for the JVM. |
101102
| Python | [MicroPython](https://github.com/micropython/micropython) | C | Tracing | MIT | Implements the Python 3.4 syntax and some of the core datatypes. |

‎data/projects.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,14 @@ gc = "Go's GC"
302302
license = "MIT"
303303
notes = "Implements Lua 5.1 with the added support for Go's channels. Lacks the debug hooks and several functions from the C version."
304304

305+
[gpython]
306+
url = "https://github.com/go-python/gpython"
307+
lang = "Python"
308+
impl_in = "Go"
309+
gc = "Go's GC"
310+
license = "BSD-3-Clause"
311+
notes = "Implements a subset of Python 3.4."
312+
305313
[GraalJS]
306314
url = "https://github.com/oracle/graaljs"
307315
lang = "JavaScript"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /