On Mon, 7 Jan 2002 01:56:44 -0500 (EST) Sam Tregar <[EMAIL PROTECTED]> wrote:
> http://www.0xfa.com/~ikechin/ruby/html-template-0.16/html-template.rd > > Interestingly, the implementation is much closer to internal module that I > based HTML::Template on. It's probably around 100x to 1000x times slower > than the Perl HTML::Template! Whew. I feel a little better. Thanks to found Ruby HTML::Template ;) Well, Ruby HTML::Template is very slow. because it use dirty regexp. so I will optimize it. > So, IKEBE, want to join the list and make this a multi-language project? > I'd be happy to help you improve the Ruby version. cool!! The multi-language project aim is to use same template from Ruby and Perl? I think Ruby HTML::Template tag style <!var:foo> is so bad. because it has no extendibility (eg escape,expr..) > -sam > PS: HTML::FillInForm got the Ruby treatment too but the docs are in > Japanese. sorry, I will write. -- IKEBE Tomohiro <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
