Re: A tutorial on D templates

2012-01-15 Thread dennis luehring
https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf can't open the pdf with acrobat reader under win7 :( (the file seems to be ok, contains the pdf header) im using the latest acrobat reader x

Re: A tutorial on D templates

2012-01-15 Thread d coder
https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf can't open the pdf with acrobat reader under win7 :( (the file seems to be ok, contains the pdf header) im using the latest acrobat reader x Same here. When I regenerated the pdf after cloning the git

Re: A tutorial on D templates

2012-01-15 Thread Jacob Carlborg
On 2012-01-14 22:04, Philippe Sigaud wrote: On Sat, Jan 14, 2012 at 21:07, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: On 1/14/12 5:21 AM, Philippe Sigaud wrote: Uh, I don't think it'll ever be a book. I didn't write it with a book in mind. It's organized as a book (TOC,

Re: A tutorial on D templates

2012-01-15 Thread Jacob Carlborg
On 2012-01-13 22:20, Philippe Sigaud wrote: [Cross-posted with D.learn, since it's also a learning-related post] Hello all, I discovered D a few years ago and, seeing the recent increase in community projects, I looked for a way to bring my own small part to it. I quite like D templates and

Re: A tutorial on D templates

2012-01-15 Thread Philippe Sigaud
On Sun, Jan 15, 2012 at 12:26, Jacob Carlborg d...@me.com wrote: I see that you have referenced my Orange library, cool. As for Orange, is it OK with you if I show a small part of it? Is it OK for me to link to the github project? Mainly, I wanted to show some tricks you used in

Re: A tutorial on D templates

2012-01-15 Thread Philippe Sigaud
On Sun, Jan 15, 2012 at 12:16, Jacob Carlborg d...@me.com wrote: Thank you all for the encouragements! Templates is just one part of the language. There are many other parts to write about :) *snort* I do think a big range tutorial is overdue. Andrei's article is good, but we need something

Re: A tutorial on D templates

2012-01-15 Thread Philippe Sigaud
On Sun, Jan 15, 2012 at 11:50, d coder dlang.co...@gmail.com wrote: can't open the pdf with acrobat reader under win7 :( (the file seems to be ok, contains the pdf header) im using the latest acrobat reader x Same here. When I regenerated the pdf after cloning the git repository the pdf

Re: A tutorial on D templates

2012-01-15 Thread Philippe Sigaud
On Sun, Jan 15, 2012 at 03:27, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: On 1/14/12 6:54 PM, Georg Wrede wrote: Why don't we just let the guy write his thing in peace, before demanding a complete book with stylistically professional grammar and style? I mean, at this rate we

Re: A tutorial on D templates

2012-01-15 Thread Jacob Carlborg
On 2012-01-15 14:33, Philippe Sigaud wrote: On Sun, Jan 15, 2012 at 12:26, Jacob Carlborgd...@me.com wrote: I see that you have referenced my Orange library, cool. As for Orange, is it OK with you if I show a small part of it? Is it OK for me to link to the github project? Mainly, I wanted

Re: A tutorial on D templates

2012-01-15 Thread d coder
Btw, it's cool you could generate the pdf. Did you have minted and pygments already installed? No. But I downloaded minted.sty and apt-get pygmentize when pdflatex failed. Don't hesitate to tell me where it's unclear. If you have any example in mind or some difficulty that constantly trip

Re: A tutorial on D templates

2012-01-15 Thread Ali Çehreli
On 01/15/2012 05:34 AM, Philippe Sigaud wrote: On Sun, Jan 15, 2012 at 12:16, Jacob Carlborgd...@me.com wrote: Thank you all for the encouragements! Templates is just one part of the language. There are many other parts to write about :) *snort* I do think a big range tutorial is

Re: A tutorial on D templates

2012-01-15 Thread Walter Bright
On 1/15/2012 5:50 AM, Philippe Sigaud wrote: In fact, I'm thrilled to receive remarks, it means people are interested. Nothing worse than silence! Also, I would be doing you a disservice if you ask for feedback, and I don't because I thought it might hurt your feelings.

Re: A tutorial on D templates

2012-01-15 Thread Jesse Phillips
On Sunday, 15 January 2012 at 00:54:37 UTC, Georg Wrede wrote: Why don't we just let the guy write his thing in peace, before demanding a complete book with stylistically professional grammar and style? I mean, at this rate we are beating the horse to death before we've even put it in front

Re: A tutorial on D templates

2012-01-15 Thread Philippe Sigaud
On Sun, Jan 15, 2012 at 17:00, Ali Çehreli acehr...@yahoo.com wrote: I do think a big range tutorial is overdue. Andrei's article is good, but we need something a bit more detailed / for newbies I am hoping that this is good enough for now:  http://ddili.org/ders/d.en/ranges.html It sure

Re: DMD 2.x compiler in Arch Linux repo

2012-01-15 Thread Jordi Sayol
Al 15/01/12 23:16, En/na Михаил Страшун ha escrit: http://www.archlinux.org/packages/?q=dmd Since today 2.x branch of dmd is in Arch Linux [community] repo, replacing 1.x branch. Very good news! It works like a charm. Congratulations! Just one question. Why you place the phobos modules

Re: update.sh

2012-01-15 Thread Brad Roberts
On 1/15/2012 6:28 PM, Andrei Alexandrescu wrote: On 1/15/12 7:39 PM, Jordi Sayol wrote: Al 16/01/12 01:32, En/na Andrei Alexandrescu ha escrit: I just added a handy script, tools/update.sh. https://github.com/D-Programming-Language/tools/commit/cc4e3c07c2ebb19dbb90c2d29c828f5fb714e605 It's

Re: DMD 2.x compiler in Arch Linux repo

2012-01-15 Thread Gour
On Sun, 15 Jan 2012 23:16:23 +0100 Михаил Страшун n...@none.none wrote: http://www.archlinux.org/packages/?q=dmd Since today 2.x branch of dmd is in Arch Linux [community] repo, replacing 1.x branch. Great news! Sincerely, Gour(uninstalling dmd2-complete and installing dmd package) --