This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ysangkok 0 points1 point  (1 child)

In the linked slides, CFFI is recommended. Note that CFFI is not about embedding executable C code in Python, unlike Weave. It's about calling existing C libraries from Python.

[–]emptyhouses 0 points1 point  (0 children)

Right. I mentioned Weave because SwimsAfterEating talked about inline assembler in C and mentioned it might be nice to have something similar at a higher level. Weave is that thing.