Re: vibe.d 0.7.17 released

2013-09-10 Thread Daniel Davidson
On Monday, 9 September 2013 at 08:03:46 UTC, Sönke Ludwig wrote: Major changes: - Compiles on DMD 2.063.2 and DMD HEAD - Deprecates/removes a lot of non-conforming parts of the API (resp. naming convention) - New TaskLocal!T for more efficient and type safe task local storage -

Re: vibe.d 0.7.17 released

2013-09-10 Thread Dicebot
On Tuesday, 10 September 2013 at 17:13:09 UTC, Daniel Davidson wrote: Thanks for the great work! Do you think you are closer to feeling comfortable including in some benchmark sites (e.g. maybe add to http://www.techempower.com/benchmarks/#section=data-r5)? Thanks Dan I think I can safely

Re: vibe.d 0.7.17 released

2013-09-10 Thread Daniel Davidson
On Tuesday, 10 September 2013 at 17:37:21 UTC, Dicebot wrote: I think I can safely answer this question in absence of Sonke as someone subscribed to vibe.d commit log :) Thanks It was asked and answered: forum.rejectedsoftware.com/groups/rejectedsoftware.vibed/thread/1670 - not much has

Re: vibe.d 0.7.17 released

2013-09-10 Thread Andrei Alexandrescu
On 9/9/13 1:03 AM, Sönke Ludwig wrote: [snip] http://www.reddit.com/r/programming/comments/1m4eon/vibed_web_application_toolkit_in_d_0717_has_been/ VOTE UP!!! Andrei

Re: vibe.d 0.7.17 released

2013-09-10 Thread Dicebot
On Tuesday, 10 September 2013 at 18:10:40 UTC, Daniel Davidson wrote: I can understand reservations about not wanting to publish benchmarks too early before some chance at optimization. OTOH, if it is utility modules that distort the numbers then maybe they need attention and data is the best

vibe.d 0.7.17 released

2013-09-09 Thread Sönke Ludwig
Major changes: - Compiles on DMD 2.063.2 and DMD HEAD - Deprecates/removes a lot of non-conforming parts of the API (resp. naming convention) - New TaskLocal!T for more efficient and type safe task local storage - New TaskPipe class for stream based inter-fiber communication (can be

Re: vibe.d 0.7.17 released

2013-09-09 Thread Volcz
On Monday, 9 September 2013 at 08:03:46 UTC, Sönke Ludwig wrote: Major changes: - Compiles on DMD 2.063.2 and DMD HEAD - Deprecates/removes a lot of non-conforming parts of the API (resp. naming convention) - New TaskLocal!T for more efficient and type safe task local storage -

Re: vibe.d 0.7.17 released

2013-09-09 Thread Sönke Ludwig
Am 09.09.2013 12:35, schrieb Volcz: Cool! Great work! Any progress on allowing other templating engines? I know of these three template engines in addition to included Diet system: - https://github.com/repeatedly/mustache-d - https://github.com/carlor/embd -

Re: vibe.d 0.7.17 released

2013-09-09 Thread Craig Dillabaugh
On Monday, 9 September 2013 at 08:03:46 UTC, Sönke Ludwig wrote: Major changes: - Compiles on DMD 2.063.2 and DMD HEAD - Deprecates/removes a lot of non-conforming parts of the API (resp. naming convention) - New TaskLocal!T for more efficient and type safe task local storage -