7 ms·
Using reflection to "find" the computation from some input types to output types seems a bit naive in the face of real world problems. It seems likely to me tha
by jon6 14y ago
Using reflection to "find" the computation from some input types to output types seems a bit naive in the face of real world problems. It seems likely to me that most types can be combined in a myriad of ways that can't be found automatically.
Also this article seemed like a long winded way of saying 'make up types for your own data'. Don't just pass around void*! Well thanks for the tip.