Comment on Writing a C compiler in 500 lines of Python (2023)parentComments−kragen1yHmm. I'll have to think about that.I still feel like ML is very much the odd one out, here, because the individual pattern-matching clauses aren't values and can't be added later except by editing the "generic" function (and usually the definition of its argument type).
Comments
Hmm. I'll have to think about that.
I still feel like ML is very much the odd one out, here, because the individual pattern-matching clauses aren't values and can't be added later except by editing the "generic" function (and usually the definition of its argument type).