Re: Gource visualisations of various D repositories

2014-12-25 Thread Daniel Murphy via Digitalmars-d-announce
"Andrej Mitrovic via Digitalmars-d-announce" wrote in message news:mailman.3585.1419448250.9932.digitalmars-d-annou...@puremagic.com... The animations are super-fast, it makes it hard to see what's going on but it's still fun. I wonder what that sudden branch explosion was in DMD, maybe some c

Re: D/Objective-C 64bit

2014-12-25 Thread Christian Schneider via Digitalmars-d-announce
Just for my information: Why is it no longer possible to have multiple d methods (or overloaded constructors) to map to the same Objective-C implementation? I though it was quite nice to have overloaded d constructors for the various init.. methods.

Re: D/Objective-C 64bit

2014-12-25 Thread Christian Schneider via Digitalmars-d-announce
Was just upgrading everything to the latest Github, dmd, druntime (the d-objc branch). It does not seem to be able to link into the AppKit and Foundation anymore. dmd fails silently with error code -11 I uploaded a very stripped down project (containing everything) that you might want to have

bessel[IJKY] functions

2014-12-25 Thread Ilya Yaroshenko via Digitalmars-d-announce
Ported from r-project: http://code.dlang.org/packages/bessel

Re: bessel[IJKY] functions

2014-12-25 Thread bearophile via Digitalmars-d-announce
Ilya Yaroshenko: Ported from r-project: http://code.dlang.org/packages/bessel If you like to write the full path like "std.math.isNaN", then you can also use static imports. Perhaps it's worth adding pre/post-conditions to the functions. The indentations probably have a mix of tabs and spa

Re: bessel[IJKY] functions

2014-12-25 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Thursday, 25 December 2014 at 18:23:56 UTC, bearophile wrote: Ilya Yaroshenko: Ported from r-project: http://code.dlang.org/packages/bessel If you like to write the full path like "std.math.isNaN", then you can also use static imports. Perhaps it's worth adding pre/post-conditions to th

Re: bessel[IJKY] functions

2014-12-25 Thread Walter Bright via Digitalmars-d-announce
On 12/25/2014 9:55 AM, Ilya Yaroshenko wrote: Ported from r-project: http://code.dlang.org/packages/bessel Nice! Thank you. I hope this is the start of more R code being ported! "ARR R R R R R R R Rrrr" -- Mr. Krabs