An open API service indexing awesome lists of open source software.

https://github.com/nilern/kyy

Implementing a Python from scratch, for show
https://github.com/nilern/kyy

bytecode compiler garbage-collection interpreter jit-compiler language parsing python vm

Last synced: 18 days ago
JSON representation

Implementing a Python from scratch, for show

Awesome Lists containing this project

README

          

# Kyy

Kyy logo

> Aura kultainen kuvoa, hope'inen huolittele!

> Sillä kynnät kyisen pellon, käärmehisen käännättelet.
>
> Forge thyself a plough all golden, cunningly bedecked with silver!

> Then go plough the field of serpents, where the writhing snakes are swarming.
>
> -- Kalevala, 19. poem

An educational and efficient Python implementation. The goal is to teach
advanced programming language and VM implementation, so compatibility may
be compromised for clarity or efficiency.

At the moment [the blog](https://nilern.github.io/Kyy/) should be the most
interesting part of this project.