Hacker News new | ask | show | jobs
by Derbasti 4319 days ago
In CFFI, you write either Python, or C. In Cython, you additionally write a weird dialect that is neither C nor Python. I prefer straight C over Cython.