1
0
Fork 0

added doc about underscore

This commit is contained in:
Frank Celler 2013-04-23 22:48:23 +02:00
parent b4309890cd
commit 8513bca825
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ Node Packages{#JSModulesNPM}
The following <a href="https://npmjs.org/">node packages</a> are preinstalled.
- <a href="http://underscorejs.org/">"underscore"</a> is a utility-belt library
for JavaScript that provides a lot of the functional programming support that
you would expect in Prototype.js (or Ruby), but without extending any of the
built-in JavaScript objects.
- <a href="http://coffeescript.org/">"coffee-script"</a> implements a
coffee-script to JavaScript compiler. ArangoDB supports the `compile`
function of the package, but not the `eval` functions.