Re: Fastest JSON parser in the world is a D project

2015-10-28 Thread wobbles via Digitalmars-d-announce
On Wednesday, 28 October 2015 at 11:26:59 UTC, wobbles wrote: So yes - opDispatch is cool but should be used VERY sparingly. I just had a thought, I could check if dataName is in [__traits(allMembers ... )]. That would at least ensure I'm referencing something that exists. Maybe that'd be

Re: Fastest JSON parser in the world is a D project

2015-10-28 Thread wobbles via Digitalmars-d-announce
On Tuesday, 27 October 2015 at 14:00:07 UTC, Martin Nowak wrote: On Tuesday, 27 October 2015 at 13:14:36 UTC, wobbles wrote: How can `coordinates` member be known at compile-time when the input argument is a run-time string? I suspect through the opDispatch operator overload.

Re: Fastest JSON parser in the world is a D project

2015-10-28 Thread Marco Leise via Digitalmars-d-announce
Am Tue, 27 Oct 2015 14:00:06 + schrieb Martin Nowak : > On Tuesday, 27 October 2015 at 13:14:36 UTC, wobbles wrote: > >> How can `coordinates` member be known at compile-time when the > >> input argument is a run-time string? > > > > I suspect through the opDispatch operator

Re: "Programming in D" ebook is available for purchase

2015-10-28 Thread Ali Çehreli via Digitalmars-d-announce
On 10/28/2015 02:32 AM, Joakim wrote: > Do you have a bitcoin address I can use instead? Sorry, I am way behind on that topic. :) Ali

Re: Fastest JSON parser in the world is a D project

2015-10-28 Thread Adam D. Ruppe via Digitalmars-d-announce
On Tuesday, 27 October 2015 at 14:00:07 UTC, Martin Nowak wrote: Yikes, this is such an anti-pattern. https://github.com/rejectedsoftware/vibe.d/issues/634 Every time I use opDispatch, I add an if(name != "popFront") constraint, at least (unless it is supposed to be forwarding). It helps

Short film about our visit in Brasov

2015-10-28 Thread Andrei Alexandrescu via Digitalmars-d-announce
https://www.youtube.com/watch?v=s4EvygDNB0Q=youtu.be Andrei

Re: Release Candidate D 2.069.0-rc1

2015-10-28 Thread sdfghj via Digitalmars-d-announce
On Monday, 26 October 2015 at 23:30:56 UTC, Martin Nowak wrote: First and hopefully only release candidate for the 2.069.0. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.069.0.html A list of fixes over 2.069.0-b2

LDC 0.16.1 has been released!

2015-10-28 Thread Kai Nacke via Digitalmars-d-announce
Hi everyone, LDC 0.16.1, the LLVM-based D compiler, is available for download! This release is based on the 2.067.1 frontend and standard library and supports LLVM 3.1-3.7 (OS X: no support for 3.3). Don't miss to check if your preferred system is supported by this release. We also have a

"Programming in D" ebook is available for purchase

2015-10-28 Thread Ali Çehreli via Digitalmars-d-announce
Although the book will always be free[1], many of you have expressed a need to pay without having to buy the paper version. The ebook versions are now available at Gumroad: https://gum.co/PinD The price is the very affordable $0+ ;) and you can pay with credit card number or through

Re: Fastest JSON parser in the world is a D project

2015-10-28 Thread Meta via Digitalmars-d-announce
On Wednesday, 28 October 2015 at 13:56:27 UTC, Adam D. Ruppe wrote: On Tuesday, 27 October 2015 at 14:00:07 UTC, Martin Nowak wrote: Yikes, this is such an anti-pattern. https://github.com/rejectedsoftware/vibe.d/issues/634 Every time I use opDispatch, I add an if(name != "popFront")

Re: "Programming in D" ebook is available for purchase

2015-10-28 Thread Ali Çehreli via Digitalmars-d-announce
On 10/28/2015 11:29 AM, Andrei Alexandrescu wrote: On 10/28/2015 10:50 AM, Andrei Alexandrescu wrote: On 10/28/2015 04:01 AM, Ali Çehreli wrote: Although the book will always be free[1], many of you have expressed a need to pay without having to buy the paper version. The ebook versions are

National charsets support

2015-10-28 Thread Nikolay via Digitalmars-d-announce
I am quite happy with UTF support in phobos, but support for national codepages is very limited in phobos. Also it is not conform with ranges. So I decide share my project for supporting national charsets: https://bitbucket.org/sibnick/national-encoding.git Sample code: import

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-28 Thread ponce via Digitalmars-d-announce
On Monday, 26 October 2015 at 10:12:30 UTC, ponce wrote: On Sunday, 25 October 2015 at 23:59:16 UTC, Andrei Alexandrescu wrote: Yes please! Forgot to mention that. Many thanks!! -- Andrei Added to my TODO list :) So I've made a logo here:

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-28 Thread nazriel via Digitalmars-d-announce
On Friday, 23 October 2015 at 16:37:20 UTC, Andrei Alexandrescu wrote: Please join us at DConf 2016, the conference of the D programming language in Berlin, Germany, May 4-6 2016. [...] Awesome that it is happening in Europe! See ya soon then! :)

Re: "Programming in D" ebook is available for purchase

2015-10-28 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 10/28/2015 10:50 AM, Andrei Alexandrescu wrote: On 10/28/2015 04:01 AM, Ali Çehreli wrote: Although the book will always be free[1], many of you have expressed a need to pay without having to buy the paper version. The ebook versions are now available at Gumroad: https://gum.co/PinD

Re: "Programming in D" ebook is available for purchase

2015-10-28 Thread cym13 via Digitalmars-d-announce
On Wednesday, 28 October 2015 at 08:01:29 UTC, Ali Çehreli wrote: Although the book will always be free[1], many of you have expressed a need to pay without having to buy the paper version. It's a bit late now but I like what Cory Doctorow (a writter who publishes mainly books under Creative

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-28 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 10/28/2015 01:00 PM, ponce wrote: On Monday, 26 October 2015 at 10:12:30 UTC, ponce wrote: On Sunday, 25 October 2015 at 23:59:16 UTC, Andrei Alexandrescu wrote: Yes please! Forgot to mention that. Many thanks!! -- Andrei Added to my TODO list :) So I've made a logo here:

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-28 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 10/28/2015 02:57 PM, ponce wrote: On Wednesday, 28 October 2015 at 18:10:04 UTC, Andrei Alexandrescu wrote: What needs to be written next to it? Looks interesting but I fail to see "DConf". The text should read "DConf 2016/May 4-6/Berlin, Germany" -- Andrei That would give something

Re: "Programming in D" ebook is available for purchase

2015-10-28 Thread Ali Çehreli via Digitalmars-d-announce
On 10/28/2015 11:46 AM, cym13 wrote: On Wednesday, 28 October 2015 at 08:01:29 UTC, Ali Çehreli wrote: Although the book will always be free[1], many of you have expressed a need to pay without having to buy the paper version. It's a bit late now but I like what Cory Doctorow (a writter who

2music

2015-10-28 Thread captaindet via Digitalmars-d-announce
more BJM related http://www.amazon.com/Declare-Nothing-Parks-Anton-Newcombe/dp/B00WZXX2NC

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-28 Thread ponce via Digitalmars-d-announce
On Wednesday, 28 October 2015 at 19:24:13 UTC, Andrei Alexandrescu wrote: On 10/28/2015 02:57 PM, ponce wrote: On Wednesday, 28 October 2015 at 18:10:04 UTC, Andrei Alexandrescu wrote: What needs to be written next to it? Looks interesting but I fail to see "DConf". The text should read

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-28 Thread ponce via Digitalmars-d-announce
On Wednesday, 28 October 2015 at 18:10:04 UTC, Andrei Alexandrescu wrote: What needs to be written next to it? Looks interesting but I fail to see "DConf". The text should read "DConf 2016/May 4-6/Berlin, Germany" -- Andrei That would give something like:

Re: 2music

2015-10-28 Thread captaindet via Digitalmars-d-announce
sorry, emailer(me) malfunction. pls ignore

Re: "Programming in D" ebook is available for purchase

2015-10-28 Thread Dylan Allbee via Digitalmars-d-announce
On Wednesday, 28 October 2015 at 18:51:04 UTC, Ali Çehreli wrote: On 10/28/2015 11:46 AM, cym13 wrote: On Wednesday, 28 October 2015 at 08:01:29 UTC, Ali Çehreli wrote: Although the book will always be free[1], many of you have expressed a need to pay without having to buy the paper version.

Re: LDC 0.16.1 has been released!

2015-10-28 Thread Matt Soucy via Digitalmars-d-announce
On 10/28/2015 03:52 AM, Kai Nacke wrote: > Hi everyone, > > LDC 0.16.1, the LLVM-based D compiler, is available for download! > This release is based on the 2.067.1 frontend and standard library and > supports LLVM 3.1-3.7 (OS X: no support for 3.3). > > Don't miss to check if your preferred

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-28 Thread Daniel Kozak via Digitalmars-d-announce
Wow, I can't wait :-). One question, when I would be able to make a registration? Dne 23. 10. 2015 18:40 napsal uživatel "Andrei Alexandrescu via Digitalmars-d-announce" : > > Please join us at DConf 2016, the conference of the D programming language in

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-28 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 10/28/2015 06:10 PM, Daniel Kozak via Digitalmars-d-announce wrote: Wow, I can't wait :-). One question, when I would be able to make a registration? Soon enough - probably by the end of next week. -- Andrei

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-28 Thread Walter Bright via Digitalmars-d-announce
On 10/28/2015 11:57 AM, ponce wrote: On Wednesday, 28 October 2015 at 18:10:04 UTC, Andrei Alexandrescu wrote: What needs to be written next to it? Looks interesting but I fail to see "DConf". The text should read "DConf 2016/May 4-6/Berlin, Germany" -- Andrei That would give something

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-28 Thread ponce via Digitalmars-d-announce
On Wednesday, 28 October 2015 at 23:02:59 UTC, Walter Bright wrote: On 10/28/2015 11:57 AM, ponce wrote: On Wednesday, 28 October 2015 at 18:10:04 UTC, Andrei Alexandrescu wrote: What needs to be written next to it? Looks interesting but I fail to see "DConf". The text should read "DConf

Re: "Programming in D" ebook is available for purchase

2015-10-28 Thread Joakim via Digitalmars-d-announce
On Wednesday, 28 October 2015 at 08:01:29 UTC, Ali Çehreli wrote: Although the book will always be free[1], many of you have expressed a need to pay without having to buy the paper version. The ebook versions are now available at Gumroad: https://gum.co/PinD The price is the very