On Sunday, 2 August 2015 at 16:25:18 UTC, Yura wrote:

While it is easy to code in Python there are two things I do not like:

1) Python is slow for nested loops (much slower comparing to C)
2) Python is not compiled. However, I want to work with a code which can be compiled and distributed as binaries (at least at the beginning).


you can use the best of both worlds with pyd:
https://github.com/ariovistus/pyd

- write python Modules in D
and/or
- make your D code scriptable with python

Reply via email to