TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: EmberScript - Ember.js Infused JavaScript

37 pointsby ghemptonabout 12 years ago

3 comments

ebiesterabout 12 years ago
The idea is intriguing. What if we think about tying a language to a library rather than the other way around? Lisp and Forth both had the idea that you should be able to build your language around the needs of your application, rather than the other way around, and this kind of source compilation feels like the extension of the idea.<p>(Yes, we could always do the same thing, and often have, but not in web-world.)
评论 #5487507 未加载
评论 #5488347 未加载
评论 #5487768 未加载
bengilliesabout 12 years ago
This is interesting, but tying a language to a particular (version of) a specific framework strikes me as a bad idea.<p>If the aim is to bake in syntactic sugar for different constructs within Ember that are awkward in plain CoffeeScript (and there are a few), wouldn't creating a CoffeeScript version of sweet.js[1] not be a better idea (I have no idea if such a thing exists already)?<p>[1] <a href="http://sweetjs.org/" rel="nofollow">http://sweetjs.org/</a>
评论 #5487914 未加载
评论 #5488817 未加载
评论 #5487946 未加载
评论 #5487919 未加载
machtyabout 12 years ago
I love the CoffeeScriptRedux project and this is a perfect little application of it. It's very easy to pick up once you know CoffeeScript and I love the idea of stylizing your developer tools to fit a framework as rightfully opinionated as Ember.