|
|
|
|
|
by sklogic
3693 days ago
|
|
Monadic interpreters? Composable? Are you kidding? It is a joke, not a composability. You cannot take a type system of one DSL, modules from another and only the expressions syntax from a third one and then mix them all together into a new DSL. And, anyway, interpreters. Who in a sane mind can ever consider an interpreter? Also, you obviously do not realise that macro-based DSLs are by far more debuggable than any monadic interpreter would ever be. |
|
(I can send you examples of macros I've had to write, if you desire.)