Comment by elevation
4 days ago
I have considered porting a couple production apps from python to C; at this stage in their lifecycle they would benefit more from C's execution speed than from python's development speed.
Your work is a nice reference, it is neat to see someone else working in this space!
Would Go be a happy middle ground?
The translation should be much faster while giving a lot of the efficiency benefits of C (but by no means all).
or rust/zig as well.