Hacker News
- Compiling Pattern Matching https://compiler.club/compiling-pattern-matching/ 17 comments
- Pattern Matching – Make the Compiler Work for You http://deliberate-software.com/function-pattern-matching/ 33 comments
Lobsters
- Pattern Matching - Make the Compiler Work for You http://deliberate-software.com/function-pattern-matching/ 6 comments compilers , dotnet , programming
- Static typing, pattern matching, and Inko's self-hosting compiler https://inko-lang.org/news/static-typing-pattern-matching-and-inkos-self-hosting-compiler/ 5 comments compilers , plt , programming
- Pattern Matching - Make the Compiler Work for You http://deliberate-software.com/function-pattern-matching/ 20 comments programming
- A pattern matching and strategic programming compiler for Java http://tom.loria.fr/ 2 comments programming
- named variants with compile-time enforced exhaustive pattern match https://godbolt.org/z/5sceqWf8P 21 comments cpp
- `unfmt`: A compile-time pattern matching library that reverses the interpolation process of `format!`. https://github.com/mathematic-inc/unfmt 35 comments rust
- Nidula - yet another lib for Rust-like Option/Result. Supports exhaustive pattern matching and compile-time safe, chainable None/Err propagation. https://pub.dev/packages/nidula 2 comments flutterdev