March 2014 update
This commit is contained in:
parent
09687c4926
commit
a25938f123
1846 changed files with 21876 additions and 5203 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{{language}}{{wikipedia|CoffeeScript}}'''CoffeeScript''' is a programming language that compiles to [[:Category:JavaScript|JavaScript]]. The language adds syntactic sugar inspired by [[:Category:Ruby|Ruby]] and [[:Category:Python|Python]] to enhance JavaScript's brevity and readability, as well as adding more sophisticated features like array comprehension and pattern matching.
|
||||
{{language|
|
||||
site=http://coffeescript.org
|
||||
}}
|
||||
{{wikipedia|CoffeeScript}}'''CoffeeScript''' is a programming language that compiles to [[:Category:JavaScript|JavaScript]]. The language adds syntactic sugar inspired by [[:Category:Ruby|Ruby]] and [[:Category:Python|Python]] to enhance JavaScript's brevity and readability, as well as adding more sophisticated features like array comprehension and pattern matching.
|
||||
|
||||
With 4000+ watchers and 300+ forks (as of December 2011), CoffeeScript is ranked as one of the "most interesting" projects on Github. [http://github.com/repositories] The language has a relatively large following in the Ruby community, and has been used in production by [http://thinkvitamin.com/mobile/new-rails-like-framework-from-37signals-for-html5-mobile-apps/ 37signals]. Ruby on Rails began to include CoffeeScript in its asset pipeline in Rails version 3.1 (see [http://www.rubyinside.com/rails-3-1-adopts-coffeescript-jquery-sass-and-controversy-4669.html]).
|
||||
|
||||
|
|
@ -48,7 +51,6 @@ The CoffeeScript compiler has been written in CoffeeScript since version 0.5, an
|
|||
# Ashkenas, Jeremy. "[http://github.com/jashkenas/coffee-script/issues/830 The Plan for 1.0]", Github issue tracker, Nov 4, 2010.
|
||||
|
||||
== External links ==
|
||||
* [http://coffeescript.org CoffeeScript.org] - Official site]
|
||||
* [http://github.com/jashkenas/coffee-script/ GitHub repository]
|
||||
* [http://twitter.com/coffeescript @CoffeeScript] - Twitter feed
|
||||
* [[wp:coffeescript|Wikipedia Entry]]
|
||||
|
|
|
|||
1
Lang/CoffeeScript/Bitmap-Bresenhams-line-algorithm
Symbolic link
1
Lang/CoffeeScript/Bitmap-Bresenhams-line-algorithm
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bitmap-Bresenhams-line-algorithm/CoffeeScript
|
||||
1
Lang/CoffeeScript/Entropy
Symbolic link
1
Lang/CoffeeScript/Entropy
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Entropy/CoffeeScript
|
||||
1
Lang/CoffeeScript/Program-name
Symbolic link
1
Lang/CoffeeScript/Program-name
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Program-name/CoffeeScript
|
||||
Loading…
Add table
Add a link
Reference in a new issue