Re: Alternative linker win32/64

2011-02-24 Thread Walter Bright
Dmitry Olshansky wrote: On 24.02.2011 21:41, Walter Bright wrote: Sebastian Schuberth wrote: On 18.02.2011 11:00, Dmitry Olshansky wrote: The nice thing is reduction in half of the resulting binary size. That's indeed nice! The unnecessarily huge size of binaries created with D / Optlink w

Re: Optlink 8.00.10

2011-02-24 Thread Walter Bright
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

Re: Jade template engine for D web developer

2011-02-24 Thread Long Chang
This is a dynamic template system , you can modify template without rebuild you fastcgi/cgi app .

Jade template engine for D web developer

2011-02-24 Thread Long Chang
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 can cache the complile1 result if the templat

Re: Alternative linker win32/64

2011-02-24 Thread Dmitry Olshansky
On 24.02.2011 21:41, Walter Bright wrote: Sebastian Schuberth wrote: On 18.02.2011 11:00, Dmitry Olshansky wrote: The nice thing is reduction in half of the resulting binary size. That's indeed nice! The unnecessarily huge size of binaries created with D / Optlink was in fact something hind

Re: OT: Congratulations Walter!

2011-02-24 Thread Simen kjaeraas
On Thu, 24 Feb 2011 19:45:57 +0100, Walter Bright wrote: JMRyan wrote: Congratulations are due to Walter. His alma mater (Cal Tech) won its first basketball conference game in 26 years. Their 46-35 victory over Occidental broke a 310 SCIAC losing streak. They shot a torid 25% for the

Re: OT: Congratulations Walter!

2011-02-24 Thread Walter Bright
JMRyan wrote: Congratulations are due to Walter. His alma mater (Cal Tech) won its first basketball conference game in 26 years. Their 46-35 victory over Occidental broke a 310 SCIAC losing streak. They shot a torid 25% for the game. The winning shot was a free throw by future Google employ

Re: Alternative linker win32/64

2011-02-24 Thread Walter Bright
Sebastian Schuberth wrote: On 18.02.2011 11:00, Dmitry Olshansky wrote: The nice thing is reduction in half of the resulting binary size. That's indeed nice! The unnecessarily huge size of binaries created with D / Optlink was in fact something hindering me to use D at all! I'm sure that l

Re: Mustache template engine

2011-02-24 Thread Andrei Alexandrescu
On 2/24/11 11:57 AM, Masahiro Nakagawa wrote: > 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 > > Mus

OT: Congratulations Walter!

2011-02-24 Thread JMRyan
Congratulations are due to Walter. His alma mater (Cal Tech) won its first basketball conference game in 26 years. Their 46-35 victory over Occidental broke a 310 SCIAC losing streak. They shot a torid 25% for the game. The winning shot was a free throw by future Google employee Ryan Elmqui

Mustache template engine

2011-02-24 Thread 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 Mustache is a logic-less template. http://mustache.github.com/

Re: Alternative linker win32/64

2011-02-24 Thread Sebastian Schuberth
On 18.02.2011 11:00, Dmitry Olshansky wrote: The nice thing is reduction in half of the resulting binary size. That's indeed nice! The unnecessarily huge size of binaries created with D / Optlink was in fact something hindering me to use D at all! -- Sebastian Schuberth