Hi All,I am considering using D for my latest project and there are a few features I would like and am not entirely sure at this point whether D has them. They are:
- dynamic creation of classes/structs at runtime (think I can emulate this with variants/dynamic)
- dynamic compilation of code files at runtime - some basic code creation tools Are the above possible? Thanks for any help, Chris Stevens