Neat/Funny i guess but not really technically impressive. They took normal C++ code and hid it behind a macro with some names. The actual implementation isn't even there, Hashtable::hash and the 'table' member for example.<p>I was totally hoping for some fancy templates and macro tricks to compile time gen all the code for a working hashtable implementation.
I've happily used uthash [1] in embedded-system software written in C and C++.<p>[1] <a href="https://troydhanson.github.io/uthash/" rel="nofollow">https://troydhanson.github.io/uthash/</a>
Pale imitation of <a href="http://www.underhanded-c.org/" rel="nofollow">http://www.underhanded-c.org/</a>
and <a href="https://www.ioccc.org/" rel="nofollow">https://www.ioccc.org/</a> (Obfuscated C Competition)
where you find the true rings of power.