vote up 1 vote down star

Is it possible to use Haml instead of a templating engine with the Catalyst web framework?

flag

4 Answers

vote up 3 vote down check

As far as I know (as the author of Haml), there's no Perl implementation yet.

link|flag
vote up 1 vote down

Maybe Template::Declare could be an alternative?

link|flag
vote up 0 vote down

From what I could see, HAML is a ruby-only thing. Like most Ruby "DSLs" it's really just using Ruby syntax as an API and can't really be done outside of Ruby without implementing all of it.

link|flag
1  
Well there is a [PHP port](phphaml.sourceforge.net) so I figured there might as well be a Perl one. – kemp Nov 30 at 14:56
1  
Haml isn't intimately tied to Ruby syntax. There are implementations in several different languages, each of which includes some of that language's syntax, but the basic Haml syntax is language-agnostic. – nex3 Nov 30 at 17:19
vote up 0 vote down

A Perl version of Haml is in the works here:

http://github.com/vti/text-haml

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.