-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
799 lines (619 loc) · 36.4 KB
/
Copy pathindex.html
File metadata and controls
799 lines (619 loc) · 36.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
<!DOCTYPE html>
<html>
<head>
<title>Coffee</title>
<link rel="stylesheet" href="page/s.css">
<script src="page/h.js"></script>
<meta charset="utf-8">
<link rel="shortcut icon" href="http://coffeescript.org/documentation/images/favicon.ico">
</head>
<body>
<div id="bg">CoffeeScript</div>
<div id="article">
<div class="home">
<div class="title">CoffeeScript</div><p>CoffeeScript.org
<a href="http://coffeescript.org">http://coffeescript.org</a>
</p>
<p>Github: CoffeeScript
<a href="https://github.com/jashkenas/coffee-script">https://github.com/jashkenas/coffee-script</a>
</p>
<p>Twitter @CoffeeScript
<a href="https://twitter.com/CoffeeScript">https://twitter.com/CoffeeScript</a>
</p>
<p>The CoffeeScript Wiki
<a href="https://github.com/jashkenas/coffee-script/wiki">https://github.com/jashkenas/coffee-script/wiki</a>
</p>
<p>CoffeeScript In The Wild
<a href="https://github.com/jashkenas/coffee-script/wiki/In-The-Wild">https://github.com/jashkenas/coffee-script/wiki/In-The-Wild</a>
</p>
<p>NodeTuts in CoffeeScript
<a href="http://jaigouk.com/nodetuts-coffeescript/">http://jaigouk.com/nodetuts-coffeescript/</a>
</p>
<p>text/coffeescript
<a href="http://jashkenas.github.com/coffee-script/extras/coffee-script.js">http://jashkenas.github.com/coffee-script/extras/coffee-script.js</a>
</p>
<p>CoffeeScirpt 中文手册
<a href="http://island205.github.com/tlboc/">http://island205.github.com/tlboc/</a>
</p>
<p>CoffeeScript 小书(CoffeeScript 中文手册豆瓣阅读版)
<a href="http://read.douban.com/ebook/198648/">http://read.douban.com/ebook/198648/</a>
</p>
<p>深入浅出 CoffeeScript: 试读
<a href="http://island205.github.com/cs/">http://island205.github.com/cs/</a>
</p>
<p>Hacker News
<a href="http://news.ycombinator.com/item?id=1014080">http://news.ycombinator.com/item?id=1014080</a>
</p>
<p>CoffeeScript as a JS/Next / ES.next
<a href="http://lanyrd.com/2011/jsconf/sfgdf/">http://lanyrd.com/2011/jsconf/sfgdf/</a>
</p>
<p>List of languages that compile to JS
<a href="https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS">https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS</a>
</p>
<p>Journo & Literate CoffeeScript
<a href="http://ashkenas.com/literate-coffeescript/">http://ashkenas.com/literate-coffeescript/</a>
</p>
</div>
<div class="slide">
<div class="title">Slides</div><p>CoffeeScript: JavaScript without the Fail
<a href="http://bodil.github.com/coffeescript/#landing-slide">http://bodil.github.com/coffeescript/#landing-slide</a>
</p>
<p>Accelerating Titanium Development with CoffeeScript, Compass, and Sass
<a href="http://speakerdeck.com/u/pengwynn/p/accelerating-titanium-development-with-coffeescript-compass-and-sass">http://speakerdeck.com/u/pengwynn/p/accelerating-titanium-development-with-coffeescript-compass-and-sass</a>
</p>
<p>CoffeeScript – Hijacking JavaScript
<a href="http://naehrstoff.github.com/coffee-script-talk-2012/#slide-title">http://naehrstoff.github.com/coffee-script-talk-2012/#slide-title</a>
</p>
<p>Functional programming in JavaScript ecosystem
<a href="https://speakerdeck.com/u/paulmillr/p/functional-programming-in-javascript-ecosystem">https://speakerdeck.com/u/paulmillr/p/functional-programming-in-javascript-ecosystem</a>
</p>
<p>Redesigning the CoffeeScript Compiler
<a href="https://speakerdeck.com/u/michaelficarra/p/redesigning-the-coffeescript-compiler">https://speakerdeck.com/u/michaelficarra/p/redesigning-the-coffeescript-compiler</a>
</p>
<p>Genetic Algorithms in CoffeeScript
<a href="http://janmonschke.com/Genetic-Algorithms/presentation/">http://janmonschke.com/Genetic-Algorithms/presentation/</a>
<a href="https://github.com/janmonschke/Genetic-Algorithms">https://github.com/janmonschke/Genetic-Algorithms</a>
</p>
</div>
<div class="video">
<div class="title">Videos</div><p>另一个帖子里面放了几段, 后面来的继续粘贴
<a href="http://www.douban.com/group/topic/21051292/">http://www.douban.com/group/topic/21051292/</a>
</p>
<p>coffeescriptbasics [25:22]
<a href="http://www.tudou.com/programs/view/NMpAexQbi7Y/">http://www.tudou.com/programs/view/NMpAexQbi7Y/</a>
</p>
<p>Introduction to CoffeeScript Screencasts org on ... [18:30]
<a href="http://www.tudou.com/programs/view/fOm-kg9g_o0/">http://www.tudou.com/programs/view/fOm-kg9g_o0/</a>
</p>
<p>Meet CoffeeScript
by Geoffrey Grosenbach
<a href="http://vimeo.com/26583597">http://vimeo.com/26583597</a>
</p>
<p>CoffeeScript: JavaScript 2.0 , by ChicagoRuby
<a href="http://vimeo.com/24831083">http://vimeo.com/24831083</a>
<a href="http://beta.tudou.com/programs/view/IjZVO1r0P9s/">http://beta.tudou.com/programs/view/IjZVO1r0P9s/</a>
</p>
<p>Vimeo 搜索结果
<a href="http://vimeo.com/search/videos/search:coffeescript/st/63e61cdf">http://vimeo.com/search/videos/search:coffeescript/st/63e61cdf</a>
</p>
<p>Let's have a cup of CoffeeScript - 1
<a href="http://vimeo.com/25408232">http://vimeo.com/25408232</a>
</p>
<p>GoRuCo 2011 - Jeremy Ashkenas - CoffeeScript for the Well-Rounded Rubyist
<a href="http://vimeo.com/27200146">http://vimeo.com/27200146</a>
</p>
<p>Introduction to CoffeeScript and Node.js, by Pedro Teixeira
<a href="http://nodetuts.com/tutorials/16-introduction-to-coffeescript-and-nodejs.html#video">http://nodetuts.com/tutorials/16-introduction-to-coffeescript-and-nodejs.html#video</a>
</p>
<p>CoffeeScript creator talks at TimesOpen (估计手机拍摄,音质不行)
<a href="http://www.youtube.com/watch?v=pqr7_cM8LhE">http://www.youtube.com/watch?v=pqr7_cM8LhE</a>
</p>
<p>Get Started with CoffeeScript (在「Mac OS」安装以及使用「coffee-script」)
<a href="http://www.youtube.com/watch?v=F8EDCdDwyEE">http://www.youtube.com/watch?v=F8EDCdDwyEE</a>
</p>
<p>CoffeeScript: JavaScript without the Fail
<a href="http://vimeo.com/28772382">http://vimeo.com/28772382</a>
</p>
<p>Interview with Trevor Burnham on CoffeeScript (采访录音, 没有视频)
<a href="http://pragprog.com/podcasts/show/38">http://pragprog.com/podcasts/show/38</a>
</p>
<p>A Case For Using CoffeeScript
<a href="http://www.codethinked.com/a-case-for-using-coffeescript">http://www.codethinked.com/a-case-for-using-coffeescript</a>
</p>
<p>CoffeeScript for Rubyists [18:52]
<a href="http://www.youtube.com/watch?v=EOpG-yqMfHE">http://www.youtube.com/watch?v=EOpG-yqMfHE</a>
<a href="http://www.tudou.com/programs/view/StjdUh_exHQ/">http://www.tudou.com/programs/view/StjdUh_exHQ/</a>
</p>
<p>A Shot of Coffee Script [31:28]
<a href="http://www.youtube.com/watch?v=fdNJiYQ1esc">http://www.youtube.com/watch?v=fdNJiYQ1esc</a>
<a href="http://www.tudou.com/programs/view/gkDzTCECo_c/">http://www.tudou.com/programs/view/gkDzTCECo_c/</a>
</p>
<p>CoffeeScript on Windows [02:49]
<a href="http://www.youtube.com/watch?v=NyLtjLJWkhg&feature=fvst">http://www.youtube.com/watch?v=NyLtjLJWkhg&feature=fvst</a>
<a href="http://www.tudou.com/programs/view/UtqGhCN_rC0/">http://www.tudou.com/programs/view/UtqGhCN_rC0/</a>
</p>
<p>Better JS with CoffeeScript - Sam Stephenson (37signals)
<a href="http://vimeo.com/35258313">http://vimeo.com/35258313</a>
<a href="http://www.tudou.com/programs/view/pg-PTg9Hcfc/">http://www.tudou.com/programs/view/pg-PTg9Hcfc/</a>
</p>
<p>CoffeeScript x Node.js - RSJS [40:18]
<a href="http://www.tudou.com/programs/view/Tl868_naMHk/">http://www.tudou.com/programs/view/Tl868_naMHk/</a>
</p>
<p>Rewriting Some JavaScript to CoffeeScript
<a href="http://ryanflorence.com/2012/javascript-coffeescript-rewrite/">http://ryanflorence.com/2012/javascript-coffeescript-rewrite/</a>
</p>
<p>视频: CoffeeScript入门实践
<a href="http://www.w3ctech.com/p/1065">http://www.w3ctech.com/p/1065</a>
</p>
<p>InfoQ: CoffeeScript: JavaScript Evolved
<a href="http://www.infoq.com/presentations/CoffeeScript-JavaScript-Evolved">http://www.infoq.com/presentations/CoffeeScript-JavaScript-Evolved</a>
</p>
<p>InfoQ: CoffeeScript: Good, Bold, and with Sugar
<a href="http://www.infoq.com/presentations/CoffeeScript-Good-Bold-and-with-Sugar">http://www.infoq.com/presentations/CoffeeScript-Good-Bold-and-with-Sugar</a>
</p>
<p>InfoQ: Language Panel
<a href="http://www.infoq.com/presentations/Language-Panel">http://www.infoq.com/presentations/Language-Panel</a>
</p>
<p>Jeremy Ashkenas on CoffeeScript
<a href="http://ontwik.com/javascript/jeremy-ashkenas-on-coffeescript/">http://ontwik.com/javascript/jeremy-ashkenas-on-coffeescript/</a>
</p>
</div>
<div class="guide">
<div class="title">Guides</div><p>CoffeeScript Cookbook
<a href="http://coffeescriptcookbook.com/">http://coffeescriptcookbook.com/</a>
</p>
<p>CoffeeScript in the browser
<a href="http://autotelicum.github.com/Smooth-CoffeeScript/">http://autotelicum.github.com/Smooth-CoffeeScript/</a>
</p>
<p>The Little Book on CoffeeScript
<a href="http://arcturo.github.com/library/coffeescript/index.html">http://arcturo.github.com/library/coffeescript/index.html</a>
</p>
<p>你的第一杯 CoffeeScript,第1部分:入门(译言译的)
<a href="http://select.yeeyan.org/view/213582/239637">http://select.yeeyan.org/view/213582/239637</a>
</p>
<p>CoffeeScript Cookbook 部分翻译
<a href="http://www.ituring.com.cn/users/83930">http://www.ituring.com.cn/users/83930</a>
</p>
<p>[Howto] Hacking on the CoffeeScript CompilerNew Page Edit Page Page History
<a href="https://github.com/jashkenas/coffee-script/wiki/%5BHowto%5D-Hacking-on-the-CoffeeScript-Compiler">https://github.com/jashkenas/coffee-script/wiki/%5BHowto%5D-Hacking-on-the-CoffeeScript-Compiler</a>
</p>
<p>wtfcs
<a href="https://github.com/satyr/coco/wiki/wtfcs">https://github.com/satyr/coco/wiki/wtfcs</a>
</p>
<p>The Problem with Implicit Scoping in CoffeeScript
<a href="http://lucumr.pocoo.org/2011/12/22/implicit-scoping-in-coffeescript/">http://lucumr.pocoo.org/2011/12/22/implicit-scoping-in-coffeescript/</a>
</p>
<p>CoffeeScript 详解
<a href="http://ruby-china.org/topics/4789">http://ruby-china.org/topics/4789</a>
</p>
<p>NodeJS, CoffeeScript, & Cross-Domain DataServices
<a href="http://www.gridlinked.info/nodejs-coffeescript-cross-domain-dataservices/">http://www.gridlinked.info/nodejs-coffeescript-cross-domain-dataservices/</a>
</p>
<p>Serving a NodeJS coffee-script app with apache and forever
<a href="http://www.jeffmdean.com/2012/3/17/serving-a-nodejs-server-with-apache-and-forever">http://www.jeffmdean.com/2012/3/17/serving-a-nodejs-server-with-apache-and-forever</a>
</p>
<p>初步了解 CoffeeScript
<a href="http://www.ibm.com/developerworks/cn/web/wa-coffee1/">http://www.ibm.com/developerworks/cn/web/wa-coffee1/</a>
<a href="http://www.ibm.com/developerworks/cn/web/wa-coffee2/">http://www.ibm.com/developerworks/cn/web/wa-coffee2/</a>
<a href="http://www.ibm.com/developerworks/cn/web/wa-coffee3/">http://www.ibm.com/developerworks/cn/web/wa-coffee3/</a>
<a href="http://www.ibm.com/developerworks/cn/web/wa-coffee4/">http://www.ibm.com/developerworks/cn/web/wa-coffee4/</a>
</p>
<p>CoffeeScript Ristretto: A short, intense, doppio of programming
<a href="https://leanpub.com/coffeescript-ristretto">https://leanpub.com/coffeescript-ristretto</a>
</p>
<p>JUMP START COFFEESCRIPT
<a href="http://www.sitepoint.com/books/coffeescript1/">http://www.sitepoint.com/books/coffeescript1/</a>
</p>
<p>Programming in CoffeeScript
<a href="http://metabates.com/books.html">http://metabates.com/books.html</a>
</p>
<p>Source Maps 101
<a href="http://net.tutsplus.com/tutorials/tools-and-tips/source-maps-101/">http://net.tutsplus.com/tutorials/tools-and-tips/source-maps-101/</a>
</p>
<p>The Absolute Beginner’s Guide to CoffeeScript
<a href="http://blog.teamtreehouse.com/the-absolute-beginners-guide-to-coffeescript">http://blog.teamtreehouse.com/the-absolute-beginners-guide-to-coffeescript</a>
</p>
<p>Rocking Out With CoffeeScript
<a href="http://net.tutsplus.com/tutorials/javascript-ajax/rocking-out-with-coffeescript/?search_index=2">http://net.tutsplus.com/tutorials/javascript-ajax/rocking-out-with-coffeescript/?search_index=2</a>
</p>
</div>
<div class="discussion">
<div class="title">Discussions</div><p>Choice of parser generator for CoffeeScript
<a href="https://groups.google.com/forum/#!msg/coffeescript/3zVRqfpObYI/mhyKo0LpRXQJ">https://groups.google.com/forum/#!msg/coffeescript/3zVRqfpObYI/mhyKo0LpRXQJ</a>
</p>
<p>Issue: Allow dashes in identifiers, mangle them.
<a href="https://github.com/jashkenas/coffee-script/pull/2370">https://github.com/jashkenas/coffee-script/pull/2370</a>
</p>
<p>Support for writing gruntfiles and tasks in CoffeeScript
<a href="https://github.com/gruntjs/grunt/pull/124">https://github.com/gruntjs/grunt/pull/124</a>
</p>
<p>line number mapping for debug
<a href="https://github.com/jashkenas/coffee-script/issues/558">https://github.com/jashkenas/coffee-script/issues/558</a>
</p>
<p>Is it better for Discourse to use JavaScript or CoffeeScript?
<a href="http://meta.discourse.org/t/is-it-better-for-discourse-to-use-javascript-or-coffeescript/3153/5">http://meta.discourse.org/t/is-it-better-for-discourse-to-use-javascript-or-coffeescript/3153/5</a>
</p>
<p>How to manage client-side JavaScript dependencies?
<a href="http://stackoverflow.com/questions/12893046/how-to-manage-client-side-javascript-dependencies">http://stackoverflow.com/questions/12893046/how-to-manage-client-side-javascript-dependencies</a>
</p>
</div>
<div class="blogs">
<div class="title">Blogs</div><p>Making Macros in CoffeeScript
<a href="http://blog.davidpadbury.com/2010/12/09/making-macros-in-coffeescript/">http://blog.davidpadbury.com/2010/12/09/making-macros-in-coffeescript/</a>
</p>
<p>Writing Better JavaScript with CoffeeScript: The Basics
<a href="http://sixrevisions.com/javascript/coffeescript-basics/">http://sixrevisions.com/javascript/coffeescript-basics/</a>
</p>
<p>How to Write CoffeeScript Efficiently
<a href="http://esa-matti.suuronen.org/blog/2011/11/28/how-to-write-coffeescript-efficiently/">http://esa-matti.suuronen.org/blog/2011/11/28/how-to-write-coffeescript-efficiently/</a>
</p>
<p>A Case Against Using CoffeeScript , By Ryan Florence
<a href="http://ryanflorence.com/2011/2012/case-against-coffe">http://ryanflorence.com/2011/2012/case-against-coffe</a>
</p>
<p>defer: Taming asynchronous javascript with CoffeeScript
<a href="http://gfxmonk.net/2010/07/04/defer-taming-asynchronous-javascript-with-coffeescript.html">http://gfxmonk.net/2010/07/04/defer-taming-asynchronous-javascript-with-coffeescript.html</a>
<a href="https://github.com/jashkenas/coffee-script/pull/1942">https://github.com/jashkenas/coffee-script/pull/1942</a>
</p>
<p>CoffeeScript, Whitespace, and Coffee
<a href="http://almaer.com/blog/coffeescript-whitespace-and-coffee">http://almaer.com/blog/coffeescript-whitespace-and-coffee</a>
</p>
<p>CoffeeScript is not a language worth learning
<a href="https://github.com/raganwald/homoiconic/blob/master/2011/12/jargon.md#readme">https://github.com/raganwald/homoiconic/blob/master/2011/12/jargon.md#readme</a>
</p>
<p>Episode 0.7.1 - Spine, and client-side MVC with Alex MacCaw
<a href="http://thechangelog.com/post/14517970749/episode-0-7-1-spine-and-client-side-mvc-with-alex-maccaw">http://thechangelog.com/post/14517970749/episode-0-7-1-spine-and-client-side-mvc-with-alex-maccaw</a>
</p>
<p>The Problem with Implicit Scoping in CoffeeScript
<a href="http://lucumr.pocoo.org/2011/12/22/implicit-scoping-in-coffeescript/">http://lucumr.pocoo.org/2011/12/22/implicit-scoping-in-coffeescript/</a>
</p>
<p>A Python programmer’s first impression of CoffeeScript
<a href="http://blog.ssokolow.com/archives/2011/05/07/a-python-programmers-first-impression-of-coffeescript/">http://blog.ssokolow.com/archives/2011/05/07/a-python-programmers-first-impression-of-coffeescript/</a>
</p>
<p>CoffeeScript classes: under the hood
<a href="http://jimmycuadra.com/posts/coffeescript-classes-under-the-hood">http://jimmycuadra.com/posts/coffeescript-classes-under-the-hood</a>
</p>
<p>Comparing JavaScript, CoffeeScript & ClojureScript
<a href="http://dosync.posterous.com/comparing-javascript-coffeescript-clojurescri">http://dosync.posterous.com/comparing-javascript-coffeescript-clojurescri</a>
</p>
<p>The increasing pervasiveness of JavaScript – a few historic milestones
<a href="http://www.2ality.com/2012/01/javascript-pervasiveness.html">http://www.2ality.com/2012/01/javascript-pervasiveness.html</a>
</p>
<p>CoffeeScript: two sugars, no bitter aftertaste
<a href="http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-4.html#node_sec_2.1.4">http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-4.html#node_sec_2.1.4</a>
</p>
<p>Reusable Abstractions in CoffeeScript (and JavaScript!)
<a href="https://github.com/raganwald/homoiconic/blob/master/2012/01/reuseable-abstractions.md#readme">https://github.com/raganwald/homoiconic/blob/master/2012/01/reuseable-abstractions.md#readme</a>
</p>
<p>CoffeeScript Under Pressure
<a href="http://mattdw.github.com/2012/rapid-coffee-postmortem.html">http://mattdw.github.com/2012/rapid-coffee-postmortem.html</a>
</p>
<p>CoffeeScript is Afrikaans Javascript
<a href="http://logicalfriday.com/2012/02/07/coffeescript-is-afrikaans-javascript/">http://logicalfriday.com/2012/02/07/coffeescript-is-afrikaans-javascript/</a>
</p>
<p>Regular Expressions in CoffeeScript are Awesome
<a href="http://www.elijahmanor.com/2012/02/regular-expressions-in-coffeescript-are.html">http://www.elijahmanor.com/2012/02/regular-expressions-in-coffeescript-are.html</a>
</p>
<p>Separating Concerns in CoffeeScript using Aspect-Oriented Programming
<a href="https://github.com/raganwald/homoiconic/blob/master/2011/11/YouAreDaChef.md#readme">https://github.com/raganwald/homoiconic/blob/master/2011/11/YouAreDaChef.md#readme</a>
</p>
<p>CoffeeScript Under Pressure
<a href="http://mattdw.github.com/2012/rapid-coffee-postmortem.html">http://mattdw.github.com/2012/rapid-coffee-postmortem.html</a>
</p>
<p>Testing CoffeeScript for Rails with Jasmine
<a href="http://derekhammer.com/2012/02/18/testing-coffeescript-for-rails-with-jasmine.html">http://derekhammer.com/2012/02/18/testing-coffeescript-for-rails-with-jasmine.html</a>
</p>
<p>NodeJS, CoffeeScript, & Cross-Domain DataServices
Posted by thomasb
<a href="http://www.gridlinked.info/nodejs-coffeescript-cross-domain-dataservices/">http://www.gridlinked.info/nodejs-coffeescript-cross-domain-dataservices/</a>
</p>
<p>Writing a node.js module in CoffeeScript
<a href="http://www.davidarno.org/2012/02/09/writing-a-node.js-module-in-coffeescript/">http://www.davidarno.org/2012/02/09/writing-a-node.js-module-in-coffeescript/</a>
</p>
<p>CoffeeScript and Progress , Mar 04, 2012
<a href="http://peterlyons.com/problog/2012/03/coffeescript-and-progress">http://peterlyons.com/problog/2012/03/coffeescript-and-progress</a>
</p>
<p>Creating an iOS-like Home Screen with CoffeeScript
<a href="http://tutorialzine.com/2011/10/ios-homescreen-coffeescript/">http://tutorialzine.com/2011/10/ios-homescreen-coffeescript/</a>
</p>
<p>Source Maps for CoffeeScript
<a href="http://www.coffeescriptlove.com/2012/04/source-maps-for-coffeescript.html">http://www.coffeescriptlove.com/2012/04/source-maps-for-coffeescript.html</a>
</p>
<p>Source map support plan
<a href="https://groups.google.com/forum/#!topic/coffeescript/19EIrK5q9f8/discussion">https://groups.google.com/forum/#!topic/coffeescript/19EIrK5q9f8/discussion</a>
</p>
<p>Better CoffeeScript Testing With Mocha
<a href="http://net.tutsplus.com/tutorials/javascript-ajax/better-coffeescript-testing-with-mocha/">http://net.tutsplus.com/tutorials/javascript-ajax/better-coffeescript-testing-with-mocha/</a>
</p>
<p>Ten Features I Like About CoffeeScript
<a href="http://openmymind.net/2012/5/16/Ten-Features-I-Like-About-CoffeeScript/">http://openmymind.net/2012/5/16/Ten-Features-I-Like-About-CoffeeScript/</a>
</p>
<p>Variable declaration vs assignment
<a href="https://github.com/jashkenas/coffee-script/issues/712#issuecomment-426063">https://github.com/jashkenas/coffee-script/issues/712#issuecomment-426063</a>
</p>
<p>Why Should You Use CoffeeScript -- Shellex
<a href="http://shellex.info/why-should-you-use-coffeescript">http://shellex.info/why-should-you-use-coffeescript</a>
</p>
<p>Method Combinators in CoffeeScript
<a href="https://github.com/raganwald/homoiconic/blob/master/2012/08/method-decorators-and-combinators-in-coffeescript.md">https://github.com/raganwald/homoiconic/blob/master/2012/08/method-decorators-and-combinators-in-coffeescript.md</a>
</p>
<p>CoffeeScript Source Maps -- By Ryan Florence, published 2012-09-07
<a href="http://ryanflorence.com/2012/coffeescript-source-maps/">http://ryanflorence.com/2012/coffeescript-source-maps/</a>
</p>
<p>Dropbox dives into CoffeeScript
<a href="https://tech.dropbox.com/?p=361">https://tech.dropbox.com/?p=361</a>
</p>
<p>Source maps for coffeescript in rails
<a href="http://alexspeller.com/">http://alexspeller.com/</a>
</p>
<p>CoffeeScript: less typing, bad readability
<a href="http://ceronman.com/2012/09/17/coffeescript-less-typing-bad-readability/">http://ceronman.com/2012/09/17/coffeescript-less-typing-bad-readability/</a>
</p>
<p>CoffeeScript 实现 BF 解释器
<a href="http://www.cnblogs.com/neutra/archive/2012/07/08/2581179.html">http://www.cnblogs.com/neutra/archive/2012/07/08/2581179.html</a>
</p>
<p>CoffeeScript Oddities
<a href="http://surana.wordpress.com/2011/02/08/coffeescript-oddities/">http://surana.wordpress.com/2011/02/08/coffeescript-oddities/</a>
</p>
<p>a closer look at crankshaft, v8's optimizing compiler
<a href="http://wingolog.org/archives/2011/08/02/a-closer-look-at-crankshaft-v8s-optimizing-compiler">http://wingolog.org/archives/2011/08/02/a-closer-look-at-crankshaft-v8s-optimizing-compiler</a>
</p>
<p>Math Envy and CoffeeScript's Foibles, Part 1
<a href="http://johnbender.us/2012/11/27/math-envy-and-coffeescripts-foibles/">http://johnbender.us/2012/11/27/math-envy-and-coffeescripts-foibles/</a>
</p>
<p>coffee-of-my-dreams
<a href="https://github.com/michaelficarra/coffee-of-my-dreams">https://github.com/michaelficarra/coffee-of-my-dreams</a>
</p>
<p>Why Do All the Great Node.js Developers Hate CoffeeScript?
<a href="http://procbits.com/2012/05/18/why-do-all-the-great-node-js-developers-hate-coffeescript">http://procbits.com/2012/05/18/why-do-all-the-great-node-js-developers-hate-coffeescript</a>
</p>
<p>Monads in Coffeescript
<a href="https://github.com/mrlauer/coffee-script-monads">https://github.com/mrlauer/coffee-script-monads</a>
</p>
<p>The future of JavaScript: a CoffeeScript-like workflow
<a href="http://www.2ality.com/2012/12/es6-workflow.html">http://www.2ality.com/2012/12/es6-workflow.html</a>
</p>
<p>The End of Days: Implementing a CoffeeScript Feature in Pure JavaScript
<a href="https://github.com/raganwald/homoiconic/blob/master/2012/12/end_of_days_ellipses.md#the-end-of-days-implementing-a-coffeescript-feature-in-pure-javascript">https://github.com/raganwald/homoiconic/blob/master/2012/12/end_of_days_ellipses.md#the-end-of-days-implementing-a-coffeescript-feature-in-pure-javascript</a>
</p>
<p>Math Envy and CoffeeScript's Foibles, Part 2
<a href="http://johnbender.us/2013/01/09/math-envy-and-coffeescripts-foibles-2/">http://johnbender.us/2013/01/09/math-envy-and-coffeescripts-foibles-2/</a>
</p>
<p>CoffeeScript编译器(二):是如何打包到客户端的?
<a href="http://island205.com/2013/01/13/how-to-package-to-browser/">http://island205.com/2013/01/13/how-to-package-to-browser/</a>
</p>
<p>CoffeeScript 实现 BF 解释器
<a href="http://www.cnblogs.com/neutra/archive/2012/07/08/2581179.html">http://www.cnblogs.com/neutra/archive/2012/07/08/2581179.html</a>
</p>
<p>Badass JS Roundup: Literate CoffeeScript, JavaScript Amiga Emulator, Gnuplot.js and More!
<a href="http://badassjs.com/post/39952923831/badass-js-roundup-literate-coffeescript-javascript">http://badassjs.com/post/39952923831/badass-js-roundup-literate-coffeescript-javascript</a>
</p>
</div>
<div class="projects">
<div class="title">Projects</div><p>CoffeeScript Wiki: In The WildNew Page
<a href="https://github.com/jashkenas/coffee-script/wiki/In-The-Wild">https://github.com/jashkenas/coffee-script/wiki/In-The-Wild</a>
</p>
<p>CoffeeScript's port of the Scheme's Metacircular Evaluator
<a href="http://dmitrysoshnikov.com/scheme-on-coffee/">http://dmitrysoshnikov.com/scheme-on-coffee/</a>
</p>
<p>Sideline, a CoffeeScript shell for your server
<a href="http://labnotes.org/2011/09/01/sideline-a-coffeescript-shell-for-your-server/">http://labnotes.org/2011/09/01/sideline-a-coffeescript-shell-for-your-server/</a>
<a href="https://github.com/assaf/sideline">https://github.com/assaf/sideline</a>
</p>
<p>Katy: CoffeeScript Combinators
<a href="https://github.com/raganwald/Katy">https://github.com/raganwald/Katy</a>
</p>
<p>nanoScroller.js is a jQuery plugin that offers a simplistic way of implementing Lion-styled scrollbars for your website.
<a href="http://jamesflorentino.com/jquery.nanoscroller/">http://jamesflorentino.com/jquery.nanoscroller/</a>
</p>
<p>alac.js: An Apple Lossless decoder in the browser
<a href="https://github.com/ofmlabs/alac.js">https://github.com/ofmlabs/alac.js</a>
</p>
<p><code>docco.coffee</code> Docco is a quick-and-dirty, hundred-line-long,
literate-programming-style documentation generator.
<a href="http://jashkenas.github.com/docco/">http://jashkenas.github.com/docco/</a>
</p>
<p>Cafe au Life is an implementation of John Conway's Game of Life cellular automata written in CoffeeScript.
<a href="http://raganwald.github.com/cafeaulife/docs/cafeaulife.html">http://raganwald.github.com/cafeaulife/docs/cafeaulife.html</a>
</p>
<p>psd.js: You Guessed It - A Photoshop Document Parser in CoffeeScript
<a href="http://badassjs.com/post/16822405598/psd-js-you-guessed-it-a-photoshop-document-parser-in">http://badassjs.com/post/16822405598/psd-js-you-guessed-it-a-photoshop-document-parser-in</a>
</p>
<p>CoffeeXP: Live CoffeeScript coding experiments
<a href="http://evangenieur.com/coffeexp/">http://evangenieur.com/coffeexp/</a>
<a href="https://github.com/Evangenieur/CoffeeScript-Demo">https://github.com/Evangenieur/CoffeeScript-Demo</a>
</p>
<p>showell / CoffeeScriptLineMatcher
provides debugging support for CoffeeScript by matching JS lines to CS lines
<a href="https://github.com/showell/CoffeeScriptLineMatcher">https://github.com/showell/CoffeeScriptLineMatcher</a>
</p>
<p>Calculize's syntax is designed to make calculating easy.
It's based on CoffeeScript, with domain-specific modifications.
<a href="http://calculize.com/documentation">http://calculize.com/documentation</a>
</p>
<p>COFFEECONSOLE: A CHROME EXTENSION
<a href="http://snook.ca/archives/browsers/coffeeconsole">http://snook.ca/archives/browsers/coffeeconsole</a>
A Chrome Extension for running CoffeeScript from the Web Inspector
<a href="https://github.com/snookca/CoffeeConsole">https://github.com/snookca/CoffeeConsole</a>
</p>
<p>js2cs : Convert your JavaScript to CoffeeScript
<a href="http://js2cs.nodejitsu.com/">http://js2cs.nodejitsu.com/</a>
</p>
<p>Substance:
A data-driven and cloud-aware document authoring engine
<a href="http://substance.io/substance/substance-internals">http://substance.io/substance/substance-internals</a>
<a href="https://github.com/substance/substance">https://github.com/substance/substance</a>
</p>
<p>Doppio is a project to get Java running in the browser without any plug-ins.
A JVM in CoffeeScript.
<a href="http://int3.github.com/doppio/about.html">http://int3.github.com/doppio/about.html</a>
<a href="http://news.ycombinator.com/item?id=3913435">http://news.ycombinator.com/item?id=3913435</a>
</p>
<p>DocPad is a language agnostic document management system.
<a href="https://github.com/bevry/docpad">https://github.com/bevry/docpad</a>
</p>
<p>This site aggregates some content from Rosetta Code,
which is a website that
presents solutions to programming tasks in many different languages.
<a href="http://shpaml.webfactional.com/misc/RosettaCoffee/code.htm">http://shpaml.webfactional.com/misc/RosettaCoffee/code.htm</a>
</p>
<p>Recursive Drawing is an exploration of user interface ideas towards the
development of a spatially-oriented programming environment.
<a href="http://recursivedrawing.com/">http://recursivedrawing.com/</a>
<a href="https://github.com/electronicwhisper/recursive-drawing/tree/gh-pages">https://github.com/electronicwhisper/recursive-drawing/tree/gh-pages</a>
</p>
<p>A webpage that provides an instant CoffeeScript REPL/console.
<a href="http://larryng.github.com/coffeescript-repl/">http://larryng.github.com/coffeescript-repl/</a>
<a href="https://github.com/larryng/coffeescript-repl">https://github.com/larryng/coffeescript-repl</a>
</p>
<p>heap.coffee is a CoffeeScript dialect that has an optional C-like type system
with manual memory management
which compiles to use an explicit typed array as its "heap".
<a href="https://github.com/syg/heap.coffee/">https://github.com/syg/heap.coffee/</a>
</p>
<p>Stylo is a web app designer written in CoffeeScript and Spine.
It allows you to manipulate various HTML elements, add styles and edit text.
<a href="https://github.com/maccman/stylo">https://github.com/maccman/stylo</a>
</p>
<p>DoubleShot: A CoffeeScript Dialect with Cross-Platform Concurrency Primitives
<a href="https://github.com/lukhnos/doubleshot">https://github.com/lukhnos/doubleshot</a>
</p>
<p>LiveScript is a language which compiles down to JavaScript.
It is a fork of Coco which is in turn derived from CoffeeScript.
<a href="http://gkz.github.com/LiveScript/">http://gkz.github.com/LiveScript/</a>
</p>
<p>Guard::CoffeeScript compiles or validates your CoffeeScripts automatically
when files are modified.
<a href="https://github.com/netzpirat/guard-coffeescript">https://github.com/netzpirat/guard-coffeescript</a>
</p>
<p>CoffeeScript PHP -- A port of the CoffeeScript compiler to PHP.
<a href="https://github.com/alxlit/coffeescript-php">https://github.com/alxlit/coffeescript-php</a>
</p>
<p>hallo: Simple rich text editor (contentEditable) for jQuery UI
<a href="https://github.com/bergie/hallo">https://github.com/bergie/hallo</a>
</p>
<p>skeleton: Express 3.0 framework-less app structure generator
<a href="https://github.com/EtienneLem/skeleton">https://github.com/EtienneLem/skeleton</a>
</p>
<p>A RESTful API for news.ycombinator.com written in CoffeeScript for node.js
<a href="https://github.com/Boxyco/hackernews-api">https://github.com/Boxyco/hackernews-api</a>
</p>
<p>Cash (WIP)
CoffeeScript shell language. Like Bash, but Cash.
<a href="https://github.com/aseemk/cash">https://github.com/aseemk/cash</a>
</p>
<p>DuctTape is an open source CoffeeScript REPL for the web.
<a href="http://neumark.github.com/ducttape/">http://neumark.github.com/ducttape/</a>
</p>
<p>A CoffeeScript interactive console (REPL) as a webpage.
<a href="https://github.com/larryng/coffeescript-repl">https://github.com/larryng/coffeescript-repl</a>
</p>
<p>Berliner. The lightweight web framework
<a href="http://berliner.jcoglan.com/">http://berliner.jcoglan.com/</a>
</p>
<p>Ace is Sinatra for Node; a simple web-server written in CoffeeScript with a straightforward API.
<a href="https://github.com/maccman/ace">https://github.com/maccman/ace</a>
</p>
<p>CoffeeScript Modules(node-toolbox, old)
<a href="http://toolbox.no.de/categories/CoffeeScript%20Modules">http://toolbox.no.de/categories/CoffeeScript%20Modules</a>
</p>
<p>CoffeeDoc.info Codo Documentation Server
<a href="http://coffeedoc.info/">http://coffeedoc.info/</a>
</p>
<p>nanoScroller.js
<a href="https://github.com/jamesflorentino/nanoScrollerJS">https://github.com/jamesflorentino/nanoScrollerJS</a>
</p>
<p>ClojureCoffeeScriptGame
<a href="https://github.com/danielribeiro/ClojureCoffeeScriptGame">https://github.com/danielribeiro/ClojureCoffeeScriptGame</a>
</p>
<p>A bridge to the JS CoffeeScript compiler
<a href="https://github.com/doloopwhile/Python-CoffeeScript">https://github.com/doloopwhile/Python-CoffeeScript</a>
</p>
<p>jelly no puzzle in html5
<a href="https://github.com/martine/jelly">https://github.com/martine/jelly</a>
</p>
<p>This is Fangle create interactive documents from plain text.
<a href="http://jotux.github.com/fangle/">http://jotux.github.com/fangle/</a>
</p>
</div>
<div class="tools">
<div class="title">Tools</div><p>全面的可以看 Wiki 上给出的资源, 支持好多编辑器:
<a href="https://github.com/jashkenas/coffee-script/wiki/Text-editor-plugins">https://github.com/jashkenas/coffee-script/wiki/Text-editor-plugins</a>
</p>
<p>VisualStutio 已经支持 CoffeeScript
<a href="http://www.infoq.com/news/2011/07/Web-Workbench">http://www.infoq.com/news/2011/07/Web-Workbench</a>
</p>
<p>Vim 语法支持见 <a href="https://github.com/kchmck/vim-coffee-script">https://github.com/kchmck/vim-coffee-script</a><br>Sublime Text 2 通过 Package Control 可以下载安装; Vim 用户自行下载 plugin.
先访问 <a href="http://www.vim.org/scripts/script.php?script_id=3590">http://www.vim.org/scripts/script.php?script_id=3590</a> 下载 zip 文件,
比如 vim-coffee-script-v001.zip , 注意版本可能不同,
然后执行(注意文件名), 下一次打开 .coffee 文件就又高亮了.
</p>
<pre><code>unzip -od ~/.vim vim-coffee-script-v001.zip </code></pre>
<p>This project adds CoffeeScript syntax highlighting to the gedit text editor.
(and any other gtksourceview compliant text editor)<br><a href="https://github.com/wavded/gedit-coffeescript">https://github.com/wavded/gedit-coffeescript</a>
</p>
<p>使用 Sublime Text 2 编辑 CoffeeScript, cnodejs 论坛帖子:
<a href="http://club.cnodejs.net/topic/4f2b97b5aa8e490b110bed78">http://club.cnodejs.net/topic/4f2b97b5aa8e490b110bed78</a>
</p>
<p>Emacs Major Mode for CoffeeScript
<a href="https://github.com/defunkt/coffee-mode">https://github.com/defunkt/coffee-mode</a>
</p>
<p>CoffeeScript Sublime Plugin
<a href="http://xavura.github.com/CoffeeScript-Sublime-Plugin/">http://xavura.github.com/CoffeeScript-Sublime-Plugin/</a>
</p>
<p>Compiling CoffeeScript with grunt
<a href="http://takazudo.github.com/blog/entry/2012-04-14-grunt-coffee.html">http://takazudo.github.com/blog/entry/2012-04-14-grunt-coffee.html</a>
</p>
<p>Terminal for Firefox
<a href="https://github.com/paulmillr/firefox-jsterm">https://github.com/paulmillr/firefox-jsterm</a>
</p>
<p>CoffeeComplete Plus
<a href="https://github.com/justinmahar/SublimeCSAutocompletePlus">https://github.com/justinmahar/SublimeCSAutocompletePlus</a>
</p>
</div>
<div class="talk">
<div class="title">Talks</div><p>Google Groups
<a href="https://groups.google.com/forum/?hl=en#!forum/coffeescript">https://groups.google.com/forum/?hl=en#!forum/coffeescript</a>
</p>
<p>该页面 Github Issues
<a href="https://github.com/coffee-js/coffeescript.cn/issues">https://github.com/coffee-js/coffeescript.cn/issues</a>
</p>
<p>豆瓣小组
<a href="http://www.douban.com/group/coffeescript/">http://www.douban.com/group/coffeescript/</a>
</p>
<p>island205, QQ 群: 241390603
<a href="http://www.douban.com/group/topic/31382843/">http://www.douban.com/group/topic/31382843/</a>
</p>
<p>Google Groups 中文
<a href="https://groups.google.com/forum/?hl=en#!forum/coffeescript-chinese">https://groups.google.com/forum/?hl=en#!forum/coffeescript-chinese</a>
</p>
<p>新浪微群
<a href="http://q.weibo.com/948286">http://q.weibo.com/948286</a>
</p>
<p>V2EX: CoffeeScript 的报错信息反馈问题
<a href="http://www.v2ex.com/t/46094">http://www.v2ex.com/t/46094</a>
</p>
<p>V2EX: learn Ruby, write everything 之 CoffeeScript
<a href="http://www.v2ex.com/t/38438">http://www.v2ex.com/t/38438</a>
</p>
<p>V2EX: CoffeeScript 大家用得如何?
<a href="http://www.v2ex.com/t/40810">http://www.v2ex.com/t/40810</a>
</p>
</div>
<div class="comment">
<div class="title comment">Comments</div>
<div id="disqus_thread"></div>
<script>
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'coffeescriptcn'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript><span>Please enable JavaScript to view the</span><a href="http://disqus.com/?ref_noscript">comments powered by Disqus</a></noscript><a href="http://disqus.com" class="dsq-brlink"><span>comments powered by</span><span class="logo-disqus">Disqus</span></a>
</div>
</div>
</body>
</html>