A while back I thought ruby should have better math libraries. Like proper graphing libraries you'd find in Python. I now know that different tools for different use cases, but still.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
Zig's "comptime" for Golang. Even with the new "generics" it's not possible to do
switch T {}
at compile time.Proper pattern matching in Kotlin.
Second would be type classes.
Typeclass for F#