Hacker News new | ask | show | jobs
by 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.
1 comments

There is a HAML parser. http://howtonode.org/haml-for-javascript

But it is a good thing to experiment with different approaches.