ronmrdechai
- Karma
- 5
- Created
- July 30, 2013 (12y ago)
- Submissions
- 0
- An Exercise in Satisfiability (github.com)
-
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.…