@hollowspecter What statically typed language have you used before? On one end, C's types can be a pain, same for anything that requires type annotations, but something like Rust or Haskell is a very different experience.
@csepp I come from C++, C# and Java mostly :) I dabbled in some javascript here and some python there, but that's about it.
@hollowspecter Oh, yeah, that explains it, all those statically typed language are really verbose. 😆