Live data from Hacker News

Viewing profile — 9il

9il

HN member
Joined
Sun, Jan 03, 2016, 3:31 AM UTC
HN karma
8
Public activity
4 items

About 9il

No profile information was provided.

Recent public activity

  1. comment
    Comment #10829819

    ndslice was merged to DLang master repo today. It is not a problem to fix PyD. (compiling to C is crispy) EDIT: Exposing-d-functions-to-python http://pyd.readthedocs.org/en/latest/…

  2. comment
    Comment #10829657

    D has integration with Python/Matplotlib too =P http://pyd.readthedocs.org http://d.readthedocs.org/en/latest/examples.html#plotting-wi...

  3. comment
    Comment #10829639

    Julia is really fast in 95% cases, but 5% still "make the weather". The pairwise summation is an example. I will post benchmarks D vs Julia next week ;)

  4. comment
    Comment #10829403

    Yes, Julia is amazing! In the same time, if you want to write a package for Julia you _may_ need to use C/C++. D is going to have integration with Julia in 2016 ;) D already have g…