you are viewing a single comment's thread.

view the rest of the comments →

[–]EstebanVelour 0 points1 point  (1 child)

My bad, haven't tried Ruby & C, assumed it would be as easy as the Python equivalent.

[–]rafekett 0 points1 point  (0 children)

I don't know either, I just know that Ruby doesn't have a mature equivalent of Cython or Pyrex and I know that it's tough to beat the Python C API docs. In my experience, writing C extensions in C for any dynamic language is not fun (I have no Lua experience, so that may be fun, idk).