For example, a max function which selects a concrete implementation depending on the type of the arguments:#include <stdio.h> #include <string.h> int max_int(int a, int b) { return (a < b ? b : a); } char* max_string(char* a, char* b) { return (strcmp(a, b) < 0 ?
Not sure I'd be ready to abandon that all, just to have some JS sugars like Object.create(), getters and setters, or additional Array methods I don't care about. Don't misread me though. I don't pretend there is no serious reason to *update* ExtendScript. For instance, it...