Re: Mustache template engine

2011-02-25 Thread dennis luehring
Am 24.02.2011 18:57, schrieb Masahiro Nakagawa: 3 weeks ago, I discussed template engine with Goro Fuji(a.k.a Xslate author). In the process, I noticed D does not have template engine library. So I wrote the D version of Mustache. https://bitbucket.org/repeatedly/mustache4d/src would be great

Re: Jade template engine for D web developer

2011-02-25 Thread Jacob Carlborg
On 2011-02-25 01:48, Long Chang wrote: Jade template engine document : https://github.com/visionmedia/jade win32/linux32/linux64 example with source : http://gool.googlecode.com/files/jade_r628.tar.bz2 source example: https://gist.github.com/843204 The jade.filter is not implement, we

Re: Mustache template engine

2011-02-25 Thread dennis luehring
Am 25.02.2011 09:29, schrieb dennis luehring: would be great to have this available at compiletime better said - an at compiletime generated render-code - would be blasting fast because of just combining the template-chunks inside of an huge write - or every type of section so something

Re: Mustache template engine

2011-02-25 Thread Masahiro Nakagawa
On Fri, 25 Feb 2011 17:29:53 +0900, dennis luehring dl.so...@gmx.net wrote: Am 24.02.2011 18:57, schrieb Masahiro Nakagawa: 3 weeks ago, I discussed template engine with Goro Fuji(a.k.a Xslate author). In the process, I noticed D does not have template engine library. So I wrote the D

Re: Mustache template engine

2011-02-25 Thread dennis luehring
In the old days, I implemented the compile-time template engine using similar approch :) the old days (of D)? - why the switch to pure runtime based?

Re: Mustache template engine

2011-02-25 Thread Masahiro Nakagawa
On Fri, 25 Feb 2011 22:04:50 +0900, dennis luehring dl.so...@gmx.net wrote: In the old days, I implemented the compile-time template engine using similar approch :) the old days (of D)? A year and a half. why the switch to pure runtime based? When CMS using compile-time template

Re: Mustache template engine

2011-02-25 Thread dennis luehring
Am 25.02.2011 15:26, schrieb Masahiro Nakagawa: the old days (of D)? A year and a half. code available? why the switch to pure runtime based? When CMS using compile-time template exists, how does user update template file? ok but when used as (for example) debugging help is no need

Re: Mustache template engine

2011-02-25 Thread Masahiro Nakagawa
On Sat, 26 Feb 2011 01:08:06 +0900, dennis luehring dl.so...@gmx.net wrote: Am 25.02.2011 15:26, schrieb Masahiro Nakagawa: the old days (of D)? A year and a half. code available? No. It was a joke program for me. why the switch to pure runtime based? When CMS using

Re: Optlink 8.00.10

2011-02-25 Thread Eric Poggel
On 2/24/2011 8:14 PM, Walter Bright wrote: Walter Bright wrote: This fixes a couple of crashers, 2436 and 3372, that were causing people lots of trouble: http://ftp.digitalmars.com/link.8.00.10.zip More crashers fixed: http://ftp.digitalmars.com/link.8.00.11.zip Do these new versions use

Re: Optlink 8.00.10

2011-02-25 Thread Walter Bright
Eric Poggel wrote: On 2/24/2011 8:14 PM, Walter Bright wrote: http://ftp.digitalmars.com/link.8.00.11.zip Do these new versions use the in-progress C port? Yes. How is that going? Very slowly. Essentially what I do is translate the sections where bugs are suspected, then fix them in