Re: Voting for std.experimental.allocator

2015-07-08 Thread Philpax via Digitalmars-d-announce
Yes.

Re: Walter, Brian, and Daniel's DConf 2015 talks are up

2015-06-24 Thread Philpax via Digitalmars-d-announce
On Friday, 19 June 2015 at 22:47:03 UTC, Brad Anderson wrote: Walter: https://www.youtube.com/watch?v=znjesAXEEqw Brian: https://www.youtube.com/watch?v=FmFyB9e7edw Daniel: https://www.youtube.com/watch?v=5daHGXSetXk I've only just started watching but the editing seems to be well done so

Re: Naming things

2015-06-20 Thread Philpax via Digitalmars-d
On Saturday, 20 June 2015 at 09:27:16 UTC, Vladimir Panteleev wrote: Naming things There are only two hard things in Computer Science: cache invalidation and naming things. -- Phil Karlton Hello, There has been a lot of recent debate regarding the names of some new

Re: forum.dlang.org, version 2 (BETA)

2015-06-15 Thread Philpax via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Some major ones: - dlang.org theme, fully responsive and mobile-friendly - keyboard navigation in all views - automatically saved post drafts - get notified of

Re: Reset Range

2015-05-30 Thread Philpax via Digitalmars-d-learn
On Saturday, 30 May 2015 at 08:36:02 UTC, tcak wrote: I have never interested in Range topic till now, but with Walter's presentation, I took a look at it today. Ali has a nice lesson page about it (http://ddili.org/ders/d.en/ranges.html). What I don't get is the mechanism to reset a range.

Re: DConf 2015 talk quota

2015-03-07 Thread Philpax via Digitalmars-d
On Saturday, 7 March 2015 at 08:13:34 UTC, Daniel Murphy wrote: Philpax wrote in message news:zhxwmatecvtmormmm...@forum.dlang.org... The last bit of news I saw suggested that DConf 2015 hadn't met its talk quota in time; is this still the case, or have a suitable number of talks been sent

DConf 2015 talk quota

2015-03-06 Thread Philpax via Digitalmars-d
Hi everyone, The last bit of news I saw suggested that DConf 2015 hadn't met its talk quota in time; is this still the case, or have a suitable number of talks been sent in? I had an idea for a talk, but wasn't sure if it was interesting/unique enough. Cheers, Philpax

Re: Heady House Hunting with D

2015-01-18 Thread Philpax via Digitalmars-d-announce
On Friday, 16 January 2015 at 18:44:47 UTC, Robert M. Münch wrote: On 2015-01-14 03:46:38 +, Philpax said: I recently wrote a blog post about how I used D/vibe.d to help find a new house. I haven't publicized it anywhere else yet, so I'm looking forward to what the D community has to say!

Re: Heady House Hunting with D

2015-01-18 Thread Philpax via Digitalmars-d-announce
On Friday, 16 January 2015 at 20:20:56 UTC, Vladimir Panteleev wrote: On Wednesday, 14 January 2015 at 03:46:39 UTC, Philpax wrote: Hey everyone, I recently wrote a blog post about how I used D/vibe.d to help find a new house. I haven't publicized it anywhere else yet, so I'm looking forward

Re: Heady House Hunting with D

2015-01-18 Thread Philpax via Digitalmars-d-announce
On Sunday, 18 January 2015 at 13:06:06 UTC, Mengu wrote: On Saturday, 17 January 2015 at 21:41:15 UTC, Andrei Alexandrescu wrote: On 1/17/15 12:18 PM, Meta wrote: On Wednesday, 14 January 2015 at 03:46:39 UTC, Philpax wrote: Hey everyone, I recently wrote a blog post about how I used

Heady House Hunting with D

2015-01-13 Thread Philpax via Digitalmars-d-announce
Hey everyone, I recently wrote a blog post about how I used D/vibe.d to help find a new house. I haven't publicized it anywhere else yet, so I'm looking forward to what the D community has to say! You can check it out here: http://philpax.me/blog/heady-house-hunting-with-d D made it easy

Re: @safe, pure and nothrow at the beginning of a module

2014-08-15 Thread Philpax via Digitalmars-d-learn
On Friday, 15 August 2014 at 23:22:27 UTC, Vlad Levenfeld wrote: On Friday, 15 August 2014 at 16:54:54 UTC, Philippe Sigaud wrote: So I'm trying to use @safe, pure and nothrow. If I understand correctly Adam Ruppe's Cookbook, by putting @safe: pure: nothrow: at the beginning of a module, I

Re: @nogc

2014-07-11 Thread Philpax via Digitalmars-d
On Friday, 11 July 2014 at 06:41:56 UTC, Andrei Alexandrescu wrote: On 7/10/14, 10:07 PM, Philpax wrote: I've run into my own series of trials and tribulations with a @nogc main function (i.e. entire project is @nogc). While the idea and implementation is great, its interaction with

Re: @nogc

2014-07-10 Thread Philpax via Digitalmars-d
I've run into my own series of trials and tribulations with a @nogc main function (i.e. entire project is @nogc). While the idea and implementation is great, its interaction with druntime/Phobos is lacking. This isn't a complete list - it's only what I remember and can reproduce now: 1.

Re: @nogc

2014-07-10 Thread Philpax via Digitalmars-d
On Friday, 11 July 2014 at 05:41:50 UTC, Manu via Digitalmars-d wrote: On 11 July 2014 13:45, Walter Bright via Digitalmars-d digitalmars-d@puremagic.com wrote: On 7/10/2014 7:31 PM, Manu via Digitalmars-d wrote: So, we allow assert() in nothrow functions, the argument is that assert is

Re: DIP64: Attribute Cleanup

2014-06-20 Thread Philpax via Digitalmars-d
+1 to this proposal; as someone trying to annotate their D code appropriately, the inconsistency in the usage of @ forces me to look up the docs every time, which leads to considerable productivity loss. I'm sure it's less of an issue when one is sufficiently versed in annotation, but I find

Re: Cannot alias null

2014-06-13 Thread Philpax via Digitalmars-d-learn
On Friday, 13 June 2014 at 15:05:49 UTC, Tom Browder via Digitalmars-d-learn wrote: On Fri, Jun 13, 2014 at 7:59 AM, via Digitalmars-d-learn digitalmars-d-learn@puremagic.com wrote: On Thursday, 12 June 2014 at 21:07:47 UTC, Tom Browder via Digitalmars-d-learn wrote: What I was really trying

Re: D Grammar in BNF Text Form?

2014-06-06 Thread Philpax via Digitalmars-d
On Friday, 6 June 2014 at 10:30:14 UTC, Tom Browder via Digitalmars-d wrote: Can anyone point me to a text version of the D grammar in some kind of BNF or EBNF format? The D lang web site's info is close, but it's buried in html which I'ld rather not have to wrestle with. My purpose is to

Re: What's going on with std.experimental.lexer?

2014-06-05 Thread Philpax via Digitalmars-d
I've been meaning to mention this, but I use std.experimental.lexer in a code generation tool for our project; it's worked well so far, and I'd happily recommend its use. Looking forward to further updates.

Re: D array to c

2014-06-05 Thread Philpax via Digitalmars-d-learn
On Friday, 6 June 2014 at 03:40:41 UTC, Harpo wrote: Hello I need to pass a array in D to c. I have edited the code to the important parts. Normally in C I would just do this: void myFunction(int *array) { } Then pass it a array of whatever size. However I actually need the array to be in a

Re: how to detect ctfe

2014-06-01 Thread Philpax via Digitalmars-d-learn
__ctfe can be used for this purpose: The __ctfe boolean pseudo-variable, which evaluates to true at compile time, but false at run time, can be used to provide an alternative execution path to avoid operations which are forbidden at compile time. Every usage of __ctfe is evaluated before

Re: Thank you Kenji

2014-05-23 Thread Philpax via Digitalmars-d
Seeing Kenji at work is amazing. Thanks for all the great work, Kenji!

Re: Livestreaming DConf?

2014-05-10 Thread Philpax via Digitalmars-d-announce
I'd definitely be interested in a stream. Looking forward to watching everyone's talks :)