Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

EmberScript

< >

EmberScript is an open source programming language created in 2012 by Michael Ficarra and Gordon L. Hempton.

#653on PLDB 12Years Old 206Repos
Download source code:
git clone https://github.com/ghempton/ember-script
HomepageSource Code

Ember-infused CoffeeScript


Example from Linguist:
class App.FromNowView extends Ember.View tagName: 'time' template: Ember.Handlebars.compile '{{view.output}}' output: ~> return moment(@value).fromNow() didInsertElement: -> @tick() tick: -> f = -> @notifyPropertyChange 'output' @tick() nextTick = Ember.run.later(this, f, 1000) @set 'nextTick', nextTick willDestroyElement: -> nextTick = @nextTick Ember.run.cancel nextTick Ember.Handlebars.helper 'fromNow', App.FromNowView
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll