Talk proposal (kinda): D Programming in D (Or: Writing idiomatic D code)

2012-11-21 Thread Leandro Motta Barros
Hello everyone! Well, this is actually a "talk proposal for someone else". I'd be the audience, not the speaker. TITLE: D Programming in D (Or: Writing idiomatic D code) ABSTRACT: Every language has its own sanctified idioms. Beginners learning a new language tend to use the idioms of the langua

Re: Talk proposal (kinda): D Programming in D (Or: Writing idiomatic D code)

2012-11-21 Thread Joshua Niehus
On Wednesday, 21 November 2012 at 18:42:55 UTC, Leandro Motta Barros wrote: Well, this is actually a "talk proposal for someone else". I'd be the audience, not the speaker. TITLE: D Programming in D (Or: Writing idiomatic D code) +1 I'd like to add, maybe put some focus on "Range" oriented c

Re: Talk proposal (kinda): D Programming in D (Or: Writing idiomatic D code)

2012-11-21 Thread Era Scarecrow
On Wednesday, 21 November 2012 at 22:47:02 UTC, Joshua Niehus wrote: On Wednesday, 21 November 2012 at 18:42:55 UTC, Leandro Motta Barros wrote: Well, this is actually a "talk proposal for someone else". I'd be the audience, not the speaker. TITLE: D Programming in D (Or: Writing idiomatic D c

Re: Talk proposal (kinda): D Programming in D (Or: Writing idiomatic D code)

2012-11-21 Thread Tavi Cacina
On Wednesday, 21 November 2012 at 18:42:55 UTC, Leandro Motta Barros wrote: TITLE: D Programming in D (Or: Writing idiomatic D code) ABSTRACT: Every language has its own sanctified idioms. Beginners learning a new language tend to use the idioms of the languages they already know in the new la

Re: Talk proposal (kinda): D Programming in D (Or: Writing idiomatic D code)

2012-11-22 Thread Joseph Rushton Wakeling
On 11/22/2012 03:13 AM, Era Scarecrow wrote: Perhaps a part on how to properly use D without involving the GC. ... perhaps a part on keeping memory use effectively under control _with_ the GC? (Avoiding all those dangling references, etc...:-)