Ferdi265, on 27 August 2014 - 04:41 PM, said:
sci4me said:
It actually IS possible believe it or not. You use the same solution as I suggested above to replace all function creations with a table of all functions of the same name.
The table has a metatable __call that when called checks the type of all arguments and selects the best function from the functions stored in the table.
You also need a metatable extending code so you can make the table appear to be a function etc etc


