HackerTrans
TopNewTrendsCommentsPastAskShowJobs

completelynp

no profile record

comments

completelynp
·2 jaar geleden·discuss
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