Thread
Stories related to "Why I like Go's interfaces" across the full archive.
why single-inheritance multiple-interfaces oop is the most beautiful thing
(feepingcreature.github.com)
Quick overview of why we ended up switching. Python has been my go to language since 2008. It's great for quickly spinning up a CRUD API. Tools like Django and DRF are just super productive. For Stream Python became a bottleneck though. Things like serialization, ranking and aggregation are just har...