The thing about Haml, as opposed to Sass, is that generally when you're
writing Haml templates you want them to integrate with the language you're
writing the backend in. While this could be done via JRuby and Jython, you'd
still need to use Ruby to do the accessing. Many languages have their own
native implementations of Haml, but unfortunately the Python implementation
seems to be long dead.

If you're just generating static pages, you're in a better position. There
are several tools out there that support generating of static sites with
Haml; probably the most widely-used is StaticMatic. This does assume some
degree of Ruby-friendliness, but it's the best I know of for generating
purely static sites.

On Mon, May 3, 2010 at 1:52 AM, Brajeshwar <[email protected]> wrote:

> Hi,
>
> I'm sure I'm late to the party but I want to start off with HAML.
> I've been using and have so far converted 3 of our team and another to
> SASS for all CSS requirements.
>
> With Sass, we use Compass and we consider it to be a boon for the team.
> However for HAML, what are the options to use it as a standalone module.
>
> We primarily use Python, Clojure and googling around didn't help much
> on how to integrate HAML into the Python stack.
> The ideal solution would be something like how Compass does to SASS,
> the ability to run standalone inside our main app.
>
> Any help would be appreciated.
>
> Regards,
> Brajeshwar
> _____________________
>
> --
> You received this message because you are subscribed to the Google Groups
> "Haml" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected] <haml%[email protected]>.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to