Search code examples
reflectionreflection.emitdynamic-classdynamic-class-creation

What frameworks/languages support run-time class creation?


I'm trying to put together a list of frameworks/languages support run-time class creation. For example in .NET you can use the System.Reflection.Emit library to emit new classes at run time. If you could mention other frameworks/languages that support this (or some variation of it), that'd be really helpful.

Thanks :)


Solution

  • Dynamic languages like Python, Ruby, ...