HackerTrans
热门最新趋势评论往期问答秀出招聘

completelynp

no profile record

评论

completelynp
·2年前·讨论
I do agree SML's type system feels elegant and useful at first, and becomes suddenly quite limiting when attempting the kind of domain modeling or library level genericity you'd do in e.g Java.

On the other hand, isn't the hashmap use case you mention addressed with the module system and functors ? Like the set abstraction described in this SO answer [0].

Wondering where my understanding of your message or SML fall short.

[0] https://stackoverflow.com/a/19709150