Live data from Hacker News

Viewing profile — billq

billq

HN member
Joined
Tue, Jun 21, 2016, 12:29 PM UTC
HN karma
1
Public activity
4 items

About billq

Blog: http://chinbilly.blogspot.co.uk Github: https://github.com/billyquith

Recent public activity

  1. comment
    Comment #11945320

    Not to dampen your enthusiasm but it may not happen anytime soon. An explanation, and a solution, is offered on my blog: http://chinbilly.blogspot.co.uk/2016/03/ponder-c-reflection…

  2. comment
    Comment #11945273

    It shares similar traits, yes. You can interrogate something to find out what API it provides for you. The transport here is XML (SOAP?) and the binding is written in C. However, w…

  3. comment
    Comment #11945228

    These are the reasons I'm interested in C++ reflection. I am maintaining a library called Ponder on Github with this in mind. http://billyquith.github.io/ponder/ I'm not interested…

  4. comment
    Comment #11945189

    It is because you can do all sorts of nice things in a data driven way. E.g. your reflected code might expose a load of objects and behaviours. At runtime you could load a data fil…