Learn how generics were introduced in Java and Go, what is the expression problem, and how it can be solved. Find out other unsolved problems in typed language design, and why continued research in type system capabilities is important.
Should you use a language with a type system for your next project? Wonder about the drawbacks of type systems people don't mention? Learn about pros and cons here.
Already written shell one-liners, but aren't sure how and if you should write more elaborate scripts? Here's everything you need to know.
Learn how to parse raw structured data in Rust using parser combinators, as implemented by the `nom` library.
Learn how to pattern-match in Rust, what are the similar idioms in JavaScript and Python, and what's the future of language support for pattern-matching.
Tired of hex editor crashing? Need to work with custom binary offsets and don't know how? Erlang and GNU poke come to the rescue!