2016 Update

This commit is contained in:
Tina Müller 2016-12-05 22:15:40 +01:00
parent 948b86eafa
commit dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions

View file

@ -19,10 +19,13 @@ Once largely confined to browser environments, and typically isolated from acces
At the same time, mainly because of JavaScript's role in the web, there is a growing number of other languages which [https://github.com/jashkenas/coffeescript/wiki/list-of-languages-that-compile-to-js compile to JavaScript].
The inclusion of '''tail-call optimisation''' in the ES6 standard reflects increased interest in functional approaches to the composition of JavaScript code, expressed for example, in significant adoption of libraries like Underscore and Lodash. If ES6 tail-call optimisation is widely implemented by JavaScript engines (so far this has mainly been achieved only by Apple's Safari engine) it will make JavaScript a more efficient and more natural environment for coding in a functional idiom.
==Citations==
* [[wp:Javascript|Wikipedia:Javascript]]
* [https://nodejs.org/en/ Node.js] Event-driven I/O server-side JavaScript environment based on V8
* [https://www.npmjs.com npm Node.js Package Manager] Claims to be the largest ecosystem of open source libraries in the world
* [https://developer.apple.com/library/mac/releasenotes/InterapplicationCommunication/RN-JavaScriptForAutomation/Articles/Introduction.html OS X JavaScript for Applications] JavaScript as an OS X scripting language supported by the Safari debugger
* [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Shells Other JavaScript shells] List maintained by Mozilla
* [https://github.com/jashkenas/coffeescript/wiki/list-of-languages-that-compile-to-js List of languages that compile to JS] maintained on Github by Jeremy Ashenas author of CoffeeScript, Underscore and Backbone
* [https://github.com/jashkenas/coffeescript/wiki/list-of-languages-that-compile-to-js List of languages that compile to JS] maintained on Github by Jeremy Ashenas author of CoffeeScript, Underscore and Backbone
* [http://shop.oreilly.com/product/0636920028857.do Functional JavaScript] Michael Fogus, O'Reilly 2013

View file

@ -0,0 +1 @@
../../Task/CSV-data-manipulation/JavaScript

View file

@ -0,0 +1 @@
../../Task/Casting-out-nines/JavaScript

View file

@ -0,0 +1 @@
../../Task/Dinesmans-multiple-dwelling-problem/JavaScript

View file

@ -0,0 +1 @@
../../Task/Extensible-prime-generator/JavaScript

View file

@ -0,0 +1 @@
../../Task/Fibonacci-word-fractal/JavaScript

View file

@ -0,0 +1 @@
../../Task/Flipping-bits-game/JavaScript

View file

@ -0,0 +1 @@
../../Task/Generate-Chess960-starting-position/JavaScript

1
Lang/JavaScript/Hash-join Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hash-join/JavaScript

View file

@ -0,0 +1 @@
../../Task/Hello-world-Newline-omission/JavaScript

1
Lang/JavaScript/IBAN Symbolic link
View file

@ -0,0 +1 @@
../../Task/IBAN/JavaScript

View file

@ -0,0 +1 @@
../../Task/Kaprekar-numbers/JavaScript

View file

@ -0,0 +1 @@
../../Task/Largest-int-from-concatenated-ints/JavaScript

View file

@ -0,0 +1 @@
../../Task/Modular-inverse/JavaScript

View file

@ -0,0 +1 @@
../../Task/Order-disjoint-list-items/JavaScript

View file

@ -0,0 +1 @@
../../Task/Order-two-numerical-lists/JavaScript

View file

@ -0,0 +1 @@
../../Task/Ordered-Partitions/JavaScript

View file

@ -0,0 +1 @@
../../Task/Parsing-RPN-to-infix-conversion/JavaScript

1
Lang/JavaScript/Pi Symbolic link
View file

@ -0,0 +1 @@
../../Task/Pi/JavaScript

View file

@ -0,0 +1 @@
../../Task/Read-a-file-line-by-line/JavaScript

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Cocktail-sort/JavaScript

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Comb-sort/JavaScript

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Selection-sort/JavaScript

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Stooge-sort/JavaScript

View file

@ -0,0 +1 @@
../../Task/Sparkline-in-unicode/JavaScript

View file

@ -0,0 +1 @@
../../Task/Strip-control-codes-and-extended-characters-from-a-string/JavaScript

View file

@ -0,0 +1 @@
../../Task/Sum-digits-of-an-integer/JavaScript

View file

@ -0,0 +1 @@
../../Task/Ternary-logic/JavaScript

View file

@ -0,0 +1 @@
../../Task/Universal-Turing-machine/JavaScript

View file

@ -0,0 +1 @@
../../Task/Zeckendorf-number-representation/JavaScript