Yaegi – Yet Another Go Interpreter
blog.containo.us
Yaegi – Yet Another Go Interpreter
1–10 of 77 posts
Re: Yaegi – Yet Another Go Interpreter
#2Around a ~6MB interpreter for those curious, not bad.
Re: Yaegi – Yet Another Go Interpreter
#3Programming in a language lacking a repl is always uncomfortable. I always wind up making a 'scratch.{ext}' file and running it to test things (scratch.* is in my global gitignore). Happy an interpreter+repl now exists for Go.
Re: Yaegi – Yet Another Go Interpreter
#4Programming in a language lacking a repl is always uncomfortable. I always wind up making a 'scratch.{ext}' file and running it to test things (scratch.* is in my global gitignore). Happy an interpreter+repl now exists for Go.
You can do similar things by writing tests as you go, plus then you can keep the tests if they seem useful.
Re: Yaegi – Yet Another Go Interpreter
#5That's pretty cool. Definitely going to use this on my projects.
Re: Yaegi – Yet Another Go Interpreter
#6Please add generics at least on Yaegi! :P
Re: Yaegi – Yet Another Go Interpreter
#7Yaeji is going to be very happy that an interpreter was named after her! https://soundcloud.com/kraejiyaeji
Re: Yaegi – Yet Another Go Interpreter
#8[deleted]
Re: Yaegi – Yet Another Go Interpreter
#9From the "another" archives, I remember this one, that looks abandoned:
Re: Yaegi – Yet Another Go Interpreter
#10Please add generics at least on Yaegi! :P
He doesn't have to: https://github.com/cosmos72/gomacro