Y
Hacker News
new
|
ask
|
show
|
jobs
by
tw061023
320 days ago
Whip up some kind of in-house IDL/DDL parser, codegen from that.
Which, precisely, additions do not fit my points?
2 comments
jandrewrogers
320 days ago
Completely inadequate for many use cases. IDL/DDL is one of the least interesting things you could do with reflection in C++. You can already do a lot of that kind of thing with existing metaprogramming facilities.
link
tw061023
320 days ago
Which use cases? What exactly you can do with "existing metaprogramming facilities"?
link
birn559
320 days ago
Most of the time, I will prefer standard C++ over a full hand made layer of complexity that needs maintenance.
link