From f05246ce39a8c3599eee7c69ad5abcf76ecec5fc Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Wed, 14 Dec 2016 15:51:22 -0800 Subject: Make the CoffeeScript introduction a little more informative --- coffeescript.html.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/coffeescript.html.markdown b/coffeescript.html.markdown index 89a29677..27aebe2c 100644 --- a/coffeescript.html.markdown +++ b/coffeescript.html.markdown @@ -12,9 +12,10 @@ As one of the successors to JavaScript, CoffeeScript tries its best to output re See also [the CoffeeScript website](http://coffeescript.org/), which has a complete tutorial on CoffeeScript. ```coffeescript -# CoffeeScript is a hipster language. -# It goes with the trends of many modern languages. -# So comments are like Ruby and Python, they use number symbols. +# CoffeeScript is a language which compiles to JavaScript. +# It attempts to try and make JavaScript more in line with the trends of many +# modern languages. +# Comments are similar to Ruby and Python, using the hash symbol `#` ### Block comments are like these, and they translate directly to '/ *'s and '* /'s -- cgit v1.2.3