Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 420 Bytes

Ego - an embedded Go interpreter

This is Ego, an embedded Go interpreter. I started it a few years ago, set it aside unfinished, then never returned to it after seeing that others had already written versions of the same thing (yaegi, tengo).

Getting as far as I did gave me a much better understanding of Go internals than I had had to that point.