Re: [OT] LLVM 3.9 released - you can try the release already with LDC!

2016-09-05 Thread Kai Nacke via Digitalmars-d-announce
On Monday, 5 September 2016 at 05:07:25 UTC, Emre Temelkuran wrote: On Sunday, 4 September 2016 at 17:18:10 UTC, Kai Nacke wrote: Hi all! LLVM 3.9 has been released! See the release notes here: http://www.llvm.org/releases/3.9.0/docs/ReleaseNotes.html Downloads: http://www.llvm.org/releases/d

Re: Poodinis (DI framework) 7.0.0 released

2016-09-05 Thread dom via Digitalmars-d-announce
cool! i really like poodinis. it powers one of my projects and is very intuitive and simple to me :)

Chennai Meetup

2016-09-05 Thread Chennai Danatic via Digitalmars-d-announce
Hey, I have set up a Meetup group for Chennai, India: http://www.meetup.com/Chennai-D/ I am not sure about the location/time of the first meeting, maybe OMR or Alwarpet in a week or two, or what to do, other than discuss our use of D. If you're interested, please say which of those locations

Re: Battle-plan for CTFE

2016-09-05 Thread Stefan Koch via Digitalmars-d-announce
On Monday, 5 September 2016 at 13:13:03 UTC, Rory McGuire wrote: Great news! Any chance you post the commit link in your announcements? Would be really interested in being able to do a quick scan of what changed. At the moment writing a change-log would be tedious busywork since everything ch

Re: Battle-plan for CTFE

2016-09-05 Thread Rory McGuire via Digitalmars-d-announce
On Mon, Sep 5, 2016 at 1:39 PM, Stefan Koch via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > FunctionCall support is done. (with a lot of room for improvement) > you can already return strings. > now I just have to finish string-comparison and string-concat support to >

Re: Battle-plan for CTFE

2016-09-05 Thread Stefan Koch via Digitalmars-d-announce
FunctionCall support is done. (with a lot of room for improvement) you can already return strings. now I just have to finish string-comparison and string-concat support to make it usable. And of course the correct translation of logical-expressions...