I'd say the biggest disadvantage is that your app will depend on both Python 
and Nim, which might not be very convenient for clients. I don't think type 
safety is going to be a big issue if you read the documentation of the Python 
libraries you're using and make small wrappers for them so that Python objects 
don't live long in your Nim code. 

Reply via email to