D for project in computational chemistry

yawniek via Digitalmars-d digitalmars-d at puremagic.com
Sun Aug 2 23:16:56 PDT 2015


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


More information about the Digitalmars-d mailing list