Is there some sort of special mechanism for partial application in APL that isn’t just defining a partial operator, like a macro or function? It’s not too hard to do yourself, and I’m sure someone’s already written it.
I wouldn’t be surprised if there was a performance hit relative to a language with partial evaluation as a design feature.
I wouldn’t be surprised if there was a performance hit relative to a language with partial evaluation as a design feature.