Skip to content

Files

This branch is 127 commits ahead of alanjds/grumpy:master.

grumpy-runtime-src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 17, 2018
Jul 24, 2018
Oct 29, 2020
Dec 14, 2019
Dec 20, 2019
Dec 18, 2018
May 16, 2018
May 3, 2018
May 3, 2018
May 3, 2018
Oct 10, 2019
Oct 10, 2019
Oct 12, 2019
Mar 17, 2018
Oct 10, 2019
Dec 7, 2020

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.