Comment by deepsquirrelnet
1 month ago
Does Cython count? I’ve been trying to learn more advanced usage. It’s pretty small and reasonably familiar.
I also have messed around with nim a little bit. I like it, I’m just not sure it’s worth putting a lot of effort into.
I don't think I would recommend using Cython outside of writing Python bindings. In my experience, the community is too small and the documentation is too lacking. Even writing bindings, I spent an inordinate amount of time debugging inscrutable compilation errors.