Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alangpierce/apgo

The beginnings of a toy interpreter for Go, written in Go
https://github.com/alangpierce/apgo

Last synced: about 1 month ago
JSON representation

The beginnings of a toy interpreter for Go, written in Go

Awesome Lists containing this project

README

        

# apgo

The beginnings of a toy interpreter for Go, written in Go.

Mostly this is just an educational project to help me learn the Go language a
little better, but a real Go interpreter could potentially be used to write
better developer tools, such as a robust debugger with live code hotswapping.