Perhaps you have a large body of existing Python code, that you can't or don't want to rewrite. Perhaps you want to useNumpy,ScipyorMatplotlib. Perhaps your program's main loop simply must be in Python. However, you would like to write Nim code and then call your Nim procs from you...