Re: Portable D compiler builds

2019-03-30 Thread kinke via Digitalmars-d-announce
On Saturday, 30 March 2019 at 17:00:12 UTC, Temtaime wrote: The goal is to provide a complete solution to build an ordinary d app without having visual studio installed. [...] Dmd for now can only work with omf libs and link only 32 bit apps, ldc - with mingw libs. Erm nope, DMD works fine

Re: Portable D compiler builds

2019-03-30 Thread Temtaime via Digitalmars-d-announce
On Saturday, 30 March 2019 at 14:18:05 UTC, kinke wrote: On Friday, 29 March 2019 at 20:40:08 UTC, Temtaime wrote: Yay, latest stable ldc was added alongside rdmd, ldmd2, dustmite and ddemangle tools for both ldc and dmd! It's not quite clear to me what your goals are. Official DMD and LDC

Re: LDC 1.15.0-beta2

2019-03-30 Thread kinke via Digitalmars-d-announce
On Saturday, 30 March 2019 at 15:30:16 UTC, Thomas Mader wrote: The lowmem switch tests [1] fail for me because I use ltsmaster as the bootstrap compiler. 1) I think those tests should not run in this szenario. 2) I know that I need to rebuild ldc with itself to get the lowmem switch support

Re: LDC 1.15.0-beta2

2019-03-30 Thread Thomas Mader via Digitalmars-d-announce
On Sunday, 24 March 2019 at 02:15:38 UTC, kinke wrote: Glad to announce the second beta for LDC 1.15, with these changes compared to beta1 (https://forum.dlang.org/thread/wavjrnwlxkkpzkqjv...@forum.dlang.org): * Based on current DMD stable. * LLVM for prebuilt packages upgraded to v8.0.0

Re: Portable D compiler builds

2019-03-30 Thread kinke via Digitalmars-d-announce
On Friday, 29 March 2019 at 20:40:08 UTC, Temtaime wrote: Yay, latest stable ldc was added alongside rdmd, ldmd2, dustmite and ddemangle tools for both ldc and dmd! It's not quite clear to me what your goals are. Official DMD and LDC packages are portable, don't require any external

Memoization in the D Programming Language

2019-03-30 Thread Mike Parker via Digitalmars-d-announce
I've just published a new blog post from Victor Porton. He shows two ways to handle memoization in D. The blog: https://dlang.org/blog/2019/03/30/memoization-in-the-d-programming-language/ Reddit: https://www.reddit.com/r/programming/comments/b7augl/memoization_in_the_d_programming_language/