Difference between revisions of "JavaScript"

From Chessprogramming wiki
Jump to: navigation, search
Line 20: Line 20:
 
==2015 ...==
 
==2015 ...==
 
* [http://www.talkchess.com/forum/viewtopic.php?t=54891 Stockfish in Lozza UIs] by [[Colin Jenkins]], [[CCC]], January 07, 2015 » [[Lozza]], [[Stockfish-js]]  
 
* [http://www.talkchess.com/forum/viewtopic.php?t=54891 Stockfish in Lozza UIs] by [[Colin Jenkins]], [[CCC]], January 07, 2015 » [[Lozza]], [[Stockfish-js]]  
* [http://www.talkchess.com/forum/viewtopic.php?t=56939 Javascript/WebGL 3D board (MIT lic)] by [[Colin Jenkins]], [[CCC]],  
+
* [http://www.talkchess.com/forum/viewtopic.php?t=56939 Javascript/WebGL 3D board (MIT lic)] by [[Colin Jenkins]], [[CCC]], July 11, 2015
 
* [http://www.talkchess.com/forum/viewtopic.php?t=64969 ChessGUI (current version) and JavaScript engines part I] by [[Norbert Raimund Leisner]], [[CCC]], August 23, 2017 » [[ChessGUI]]
 
* [http://www.talkchess.com/forum/viewtopic.php?t=64969 ChessGUI (current version) and JavaScript engines part I] by [[Norbert Raimund Leisner]], [[CCC]], August 23, 2017 » [[ChessGUI]]
 
* [http://www.talkchess.com/forum/viewtopic.php?t=65198 JavaScript Pawn Bitboard (with 32 bit integers)] by [[Tamás Kuzmics]], [[CCC]], September 17, 2017  
 
* [http://www.talkchess.com/forum/viewtopic.php?t=65198 JavaScript Pawn Bitboard (with 32 bit integers)] by [[Tamás Kuzmics]], [[CCC]], September 17, 2017  

Revision as of 20:41, 26 December 2020

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

Publications

Forum Posts

2010 ...

2015 ...

2020 ...

External Links

Repos

Online GUI

References

Up one Level