Loading A Class By Reflection?
Monkey Forums/Monkey Programming/Loading A Class By Reflection?| 
 | ||
| Hi, Is it possible to dynamically load classes from a folder and create a new instance of that type? Thank you | 
| 
 | ||
| some of the monkey targets do not include a runtime compiler, so I think it is not technically possible on Monkey as a language feature. | 
| 
 | ||
| If it's already been compiled, I don't see why not.  It's going to be very platform-specific, though. |