You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
96
96
| Prolog |[Erlog](https://github.com/rvirding/erlog)| Erlang | None () | Apache-2.0 | Interprets a subset of standard Prolog. |
97
97
| Prolog |[Golog](https://github.com/mndrix/golog)| Go | Go's GC | MIT | Implements a subset of standard Prolog. |
98
98
| 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. |
| Python |[Jython](http://www.jython.org/)| Java | JVM's GC | PSFL (BSD-like) | An implementation of Python 2 for the JVM. |
101
102
| Python |[MicroPython](https://github.com/micropython/micropython)| C | Tracing | MIT | Implements the Python 3.4 syntax and some of the core datatypes. |
0 commit comments