Live data from Hacker News

Yaegi – Yet Another Go Interpreter

blog.containo.us

1–10 of 77 posts

Re: Yaegi – Yet Another Go Interpreter

#3
Programming 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

#4
post #3

Programming 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.
Post reply on HN