A few notes on choosing between Go and D for a quick project
Russel Winder via Digitalmars-d
digitalmars-d at puremagic.com
Sat Mar 14 11:03:29 PDT 2015
On Sat, 2015-03-14 at 17:24 +0000, Chris via Digitalmars-d wrote:
[…]
>
> And by the way, the fast Python code is usually a module written
> in C or some Cython magic. So it's back to C again.
What is wrong with that. It is entirely reasonable for there to be C, C
++ or D components to a Python system. There is no law forbidding this
mix.
And people are using Numba these days which uses LLVM and not C to
create native code from Python. Using Numba avoids all the annotations
that are needed for Cython.
--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder at ekiga.net
41 Buckmaster Road m: +44 7770 465 077 xmpp: russel at winder.org.uk
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150314/9523206a/attachment.sig>
More information about the Digitalmars-d
mailing list