summaryrefslogtreecommitdiffhomepage
path: root/coffeescript.html.markdown
diff options
context:
space:
mode:
authorGabriel Ruiz <gruiz17@berkeley.edu>2014-05-12 12:47:35 -0700
committerGabriel Ruiz <gruiz17@berkeley.edu>2014-05-12 12:47:35 -0700
commit351263a6f47df080e6a0a8e351084e950c9c88c7 (patch)
tree52287433e27d4031b47ed59c07ea9dfcbe233f2f /coffeescript.html.markdown
parent5f49993e555109aa17468e8a2e900f6079d7db54 (diff)
added additional resources to coffeescript file
Diffstat (limited to 'coffeescript.html.markdown')
-rw-r--r--coffeescript.html.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/coffeescript.html.markdown b/coffeescript.html.markdown
index 4fdf5903..8fa2e81f 100644
--- a/coffeescript.html.markdown
+++ b/coffeescript.html.markdown
@@ -95,3 +95,9 @@ eat food for food in foods when food isnt 'chocolate'
# }
#}
```
+
+## Additional resources
+
+- [The Little Book on CoffeeScript](http://arcturo.github.io/library/coffeescript/)
+- [Smooth CoffeeScript](http://autotelicum.github.io/Smooth-CoffeeScript/)
+- [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto)