Golo: Defer Streak がランタイムに集合的なエラーをもたらす
golo – go, only less obsequious golo lets you run go code that contains compile-time errors – these errors are converted to panics at runtime instead. It is inspired by Haskell’s deferred type checking. This is useful for testing in-progress refactorings, or just letting you do the thing you wanted to do without having to…