|
|
|
|
|
by tempodox
3458 days ago
|
|
You could make a macro that does the currying for you. You'd have to apply it explicitly, as opposed to ML, where it happens automatically. If you build the macro well, the generated machine code won't look much different from ML, though. |
|