ID:2321637
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
It'd be nice if we could overload proc calling like you can in C++ -- and by that I mean operator()(...)


Example use: Creating an at-runtime callback generator for things like softcoded scripting languages being able to be used as procs.
Would be great to have this. I was just working on a /grid object that I now realize isn't possible using operator overloading. operator() doesn't exist, and operator[] doesn't accept multiple arguments.