ronmrdechai

↗ HN profile [ 19.8 ms ] full profile
Karma
5
Created
July 30, 2013 (12y ago)
Submissions
0
  1. I recently needed to add support for Python plugins in a C++ application I am developing. CPython's C API is pretty cool, but it's a C API. I wanted something more C++-ey, so I wrote Pie.…