Re: Server-Side magazine interview, touches on D

2012-01-30 Thread Nick Sabalausky
"Jacob Carlborg" wrote in message news:jg84d8$1ea5$1...@digitalmars.com... > On 2012-01-30 23:51, Jesse Phillips wrote: >> On Sunday, 29 January 2012 at 23:25:36 UTC, Nick Sabalausky wrote: >>> The whole industry's moved over keeping server-side code out of the HTML >> >> So the whole industry ha

Re: Server-Side magazine interview, touches on D

2012-01-30 Thread Jacob Carlborg
On 2012-01-30 23:51, Jesse Phillips wrote: On Sunday, 29 January 2012 at 23:25:36 UTC, Nick Sabalausky wrote: The whole industry's moved over keeping server-side code out of the HTML So the whole industry has moved away from php? Sure templating is used so mixing php and html is as common, but

Re: Server-Side magazine interview, touches on D

2012-01-30 Thread Nick Sabalausky
"Bill Baxter" wrote in message news:mailman.202.1327961928.25230.digitalmars-d-annou...@puremagic.com... > On Sun, Jan 29, 2012 at 10:35 PM, Nick Sabalausky wrote: > >> >> >> >> I can't speak for Andrei, but I discovered after 4 years of university >> >> that I >> >> had become much better at le

Re: Server-Side magazine interview, touches on D

2012-01-30 Thread Nick Sabalausky
"Jesse Phillips" wrote in message news:ictwgryawpavhnrnq...@dfeed.kimsufi.thecybershadow.net... > On Sunday, 29 January 2012 at 23:25:36 UTC, Nick Sabalausky wrote: >> The whole industry's moved over keeping server-side code out of the HTML > > So the whole industry has moved away from php? I wi

Re: Server-Side magazine interview, touches on D

2012-01-30 Thread Jesse Phillips
On Sunday, 29 January 2012 at 23:25:36 UTC, Nick Sabalausky wrote: The whole industry's moved over keeping server-side code out of the HTML So the whole industry has moved away from php? Sure templating is used so mixing php and html is as common, but if I'm not mistaken used a lot, I don't

Re: Server-Side magazine interview, touches on D

2012-01-30 Thread Bill Baxter
On Sun, Jan 29, 2012 at 10:35 PM, Nick Sabalausky wrote: > >> > >> I can't speak for Andrei, but I discovered after 4 years of university > >> that I > >> had become much better at learning new things. > > > > > I believe that learning how to learn better is probably the most > important > > thin

Re: A tutorial on D templates: updates

2012-01-30 Thread bls
On 01/30/2012 01:14 PM, bls wrote: Hi Philippe, slightly better .. class PersonStack { private string name; private int age; // Our Mixins mixin MIStack; mixin MIPublisher; this() { // Register som

Re: A tutorial on D templates: updates

2012-01-30 Thread bls
Hi Philippe, Ok, something more interesting it combines suggestion 2) and 3). Still a quick hack, not much tested, but I think the intention is clear. The snippets show how a publisher subscriber pattern can be mixed in. Further it shows how a simple class could become a stack, queue, list et

Re: Mozilla Rust 0.1

2012-01-30 Thread Kagamin
On Saturday, 28 January 2012 at 17:24:03 UTC, Manfred Nowak wrote: Ask your manager why you must type your code in a crouded office space instead of narrating it behind a nice acoustically sealed devider. Never understood these skype addicts. It's freaking generation Y! They're supposed to un

Re: A tutorial on D templates: updates

2012-01-30 Thread Philippe Sigaud
On Mon, Jan 30, 2012 at 13:07, bls wrote: > First of all thank you so much for this wonderful book! Thanks! > I would like to ask for a little enhancement regarding mixin templates. see > snippet. Yes, this section is still bit short. But, what enhancement are you talking about? The FooMixin te

Re: A tutorial on D templates: updates

2012-01-30 Thread bls
On 01/29/2012 12:44 PM, Philippe Sigaud wrote: Hello, I posted there a few weeks ago about a tutorial on D templates I put in github: https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf Since then, I received numerous mails, issues, advices and thanks. Thank to yo

Re: A tutorial on D templates: updates

2012-01-30 Thread Mattbeui
On Sunday, 29 January 2012 at 20:44:00 UTC, Philippe Sigaud wrote: Hello, I posted there a few weeks ago about a tutorial on D templates I put in github: https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf . . . As before, do not hesitate to read, comment, post a