Difference between revisions of "JavaScript"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Programming * Languages * JavaScript''' '''JavaScript''' is a dynamically typed programming language with a prototype-based object system. It...")
 
Line 25: Line 25:
 
* [https://en.wikipedia.org/wiki/JavaScript JavaScript from Wikipedia]
 
* [https://en.wikipedia.org/wiki/JavaScript JavaScript from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Node.js Node.js from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Node.js Node.js from Wikipedia]
* [http://www.youtube.com/playlist?list=PLZ1QII7yudbe4gz2gh9BCI6VDA-xafLog Programming A Javascript Chess Engine] - [https://en.wikipedia.org/wiki/YouTube YouTube] Videos by [[BlueFeverSoft]]
+
* [http://www.youtube.com/playlist?list=PLZ1QII7yudbe4gz2gh9BCI6VDA-xafLog Programming A Javascript Chess Engine] - [https://en.wikipedia.org/wiki/YouTube YouTube] Videos by [[Richard Allbert|BlueFeverSoft]]
 
* [https://hxim.github.io/Stockfish-Evaluation-Guide/ Stockfish Evaluation Guide] » [[Stockfish#EvaluationGuide|Stockfish Evaluation Guide]]  
 
* [https://hxim.github.io/Stockfish-Evaluation-Guide/ Stockfish Evaluation Guide] » [[Stockfish#EvaluationGuide|Stockfish Evaluation Guide]]  
 
==Repos==
 
==Repos==

Revision as of 22:23, 13 December 2019

Home * Programming * Languages * JavaScript

JavaScript is a dynamically typed programming language with a prototype-based object system. It is interesting because it runs in web browsers and has received more than its fair share of optimization effort. Modern JavaScript engines with JIT compilation can play chess well enough to be interesting.

See also

Forum Posts

2011 ...

2015 ...

External Links

Repos

Online GUI

References

Up one Level