Y
Hacker News
new
|
ask
|
show
|
jobs
by
jarin
5469 days ago
I think the main advantage is it doesn't require Haml. I use Haml whenever possible, but I could see this being very useful for Node.js or other JS/CS-based apps.
1 comments
catch23
5469 days ago
why couldn't one write a haml parser for node.js? That would seem like a better strategy than invent a whole new syntax for markup.
link
bergie
5469 days ago
There is a HAML parser.
http://howtonode.org/haml-for-javascript
But it is a good thing to experiment with different approaches.
link