Re: Goldie Parsing System v0.4 Released - Now for D2

2011-03-27 Thread Long Chang
just read you replay, very look forward to the Character Set Optimization. and thank you to done such a useful project . On 3/27/11, Long Chang wrote: > I try use the gold from trunk, not the release version . It seems > very slow for parse css . please see this > http://www.ds

Re: Goldie Parsing System v0.4 Released - Now for D2

2011-03-27 Thread Long Chang
I try use the gold from trunk, not the release version . It seems very slow for parse css . please see this http://www.dsource.org/projects/goldie/ticket/18 . Is all lalr slow like this , or it is a gold problem . On Sun, Mar 27, 2011 at 4:11 PM, Nick Sabalausky wrote: > Goldie is a series of

Re: Release: GDC for Windows

2011-03-21 Thread Long Chang
Congratulations , This is great news . On Tue, Mar 22, 2011 at 11:26 AM, Daniel Green wrote: > GDC D1 binaries are now available for Windows.  The binaries are packaged as > an addon for TDM-GCC 4.5.1. > > D2 will follow in the next couple of days.  Both versions are being compiled > to coexist

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: Metaprogramming in D : Some Real-world Examples

2009-11-22 Thread Long Chang
nice work

Re: dmd 1.052 for Mac OSX 10.6

2009-11-13 Thread Long Chang
may be use a virtual machine can work. like VMware or XEN.