On Thu, 30 Mar 2017 11:15:10 +0000, Ervin Bosenbacher wrote: > I have already accepted the fact that if > I want to optimize my Python code in certain situations, not all because > you can use better algos, data structures, etc then I have to drop down > to C++ or C using say pybind11. Instead of that D.
You can integrate D and Python with pyd. http://code.dlang.org/packages/pyd --Ryan
