TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Code Review: How the CoffeeScript compiler works

20 点作者 TrevorBurnham将近 14 年前

2 条评论

xutopia将近 14 年前
The creator of CoffeeScript credits <a href="http://createyourproglang.com/" rel="nofollow">http://createyourproglang.com/</a> for the knowledge required to build the language.<p>If you are interested in building your own programming language you should check it out. It gives you the tools and background you need to build something fun like this.
jashkenas将近 14 年前
This is a great 5-minute overview of the compiler, in broad strokes. If you're looking to work on a little to-JS language of your own, I hope it's helpful in getting started.<p>The video isn't up online quite yet, but at JSConf earlier this month, Brendan Eich and I talked (<a href="http://brendaneich.com/2011/05/my-jsconf-us-presentation/" rel="nofollow">http://brendaneich.com/2011/05/my-jsconf-us-presentation/</a>) about encouraging this sort of language experimentation. There are lots of other examples available at <a href="http://altjs.org" rel="nofollow">http://altjs.org</a>. Google's Traceur compiler, which implements their vision of the in-progress ES.next standard is a particularly good touchstone: <a href="http://code.google.com/p/traceur-compiler/wiki/LanguageFeatures" rel="nofollow">http://code.google.com/p/traceur-compiler/wiki/LanguageFeatu...</a>