Viewing profile — ronmrdechai
ronmrdechai
HN member- Joined
- Tue, Jul 30, 2013, 2:58 PM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About ronmrdechai
No profile information was provided.
Recent public activity
-
comment
Comment #20190023
Author here, this is the first time I've ever written anything for the internet. I though I'd take the weekend to mess around with SAT solvers and their implementation and then ano…
- story
-
comment
Comment #20078831
Take a look at `:help 'keywordprg'`.
-
story
Show HN: Pie – an idiomatic C++ interface to CPython's C API
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 wro…