DEV Community

Patrick Wendo
Patrick Wendo

Posted on

What's that one feature you think your favourite language should implement?

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.

Top comments (3)

Collapse
 
inkeliz_35 profile image
Lucas Rodrigues

Zig's "comptime" for Golang. Even with the new "generics" it's not possible to do switch T {} at compile time.

Collapse
 
s_anastasov profile image
Stojan Anastasov

Proper pattern matching in Kotlin.

Second would be type classes.

Collapse
 
pontakornth profile image
Pontakorn Paesaeng

Typeclass for F#