Hacker News new | past | comments | ask | show | jobs | submit login

I'd be interested for you to expand on what you mean by "higher order module systems". Do you have any links?



The ML community usually calls them "functors".

For examples, a package which implements a data structure, say, a red-black tree. The module is parametric over the tree type, so you have module of type "(some record) rbtree". It customizes the module for those, at compile-time.

Or, a module that does a compiler's code generation, which takes another module which provides specification for the processor architecture.

Everything is typechecked, etc. at compile time. There's overlap with both the STL and Haskell's typeclasses, but in ML it's done as part of the module system.


I guess he meant systems like functors in ML/Ocaml.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: