Hacker News new | ask | show | jobs
by combataircraft 4865 days ago
What is the difference between Emblem and Jade?

http://jade-lang.com/

2 comments

afaik Jade can't be precompiled; all the parsing needs to happen in the Browser, whereas Handlebars (and therefore Emblem) can be precompiled so that browser processing is minimal. Also, for frameworks that heavily extend Handlebars, such as Ember.js, you'd miss out on a lot of features such as auto-updating templates if you didn't choose a language that compiled to Handlebars, i.e. Handlebars or Emblem.
It can. See the example at https://github.com/visionmedia/jade#a4
Similar syntax. Emblem.js compiles to Handlebars to make it ideal to use for client side templating and Ember.js