Hacker News new | ask | show | jobs
by fluoridation 722 days ago
Qt has straight-up dynamic reflection. You can get pointers to functions from strings, and such. This is just static reflections (which is still very useful!), so it's not a complete replacement. Even if it was, I would Qt would replace its build system.
1 comments

Static reflection makes it much easier to build dynamic reflection though, especially without meta-compilers and excessive macro use.