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
This is home for Grumpy runtime. Programs produced by Grumpy depend on this Go library, which provides wrappers for system level functions like the CPython API. For instance, [it implements](runtime) Python slices, exceptions and other features on top of Go.
1
+
This is home for Grumpy runtime, which provides Python stdlib written in Go for programs produced by Grumpy. The runtime consists of two directories.
2
+
3
+
*[`runtime/`](runtime) contains Go code
4
+
*[`lib/`](lib) contains Python code
5
+
6
+
Both are used to implement Python feature on top of Go, such as slices, types, exceptions and so on. When `import` code is encountered, it first looks in these two dirs.
2
7
3
8
See [../README.md](../README.md) for details on using Grumpy.
0 commit comments