Skip to content

Commit 5974cbd

Browse files
authored
More explanations from @alanjds
1 parent bd47f42 commit 5974cbd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

grumpy-runtime-src/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
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.
27

38
See [../README.md](../README.md) for details on using Grumpy.

0 commit comments

Comments
 (0)