Skip to content

Latest commit

 

History

History
Symbolic Link·
8 lines (5 loc) · 466 Bytes

README.md

File metadata and controls

Symbolic Link·
8 lines (5 loc) · 466 Bytes

This is home for Grumpy runtime, which provides Python stdlib written in Go for programs produced by Grumpy. The runtime consists of two directories.

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.

See ../README.md for details on using Grumpy.