Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: Pie – an idiomatic C++ interface to CPython's C API
10 points
by
ronmrdechai
3266 days ago
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.
https://github.com/ronmrdechai/Pie
2 comments
wmu
3265 days ago
That's really cool, looks nice. Did you use it for something serious?
(BTW, error.h lacks of include guard)
link
brian_herman
3265 days ago
:D this looks great I wish I knew more c++17!
link
(BTW, error.h lacks of include guard)