Difference between revisions of "JavaScript"

From Chessprogramming wiki
Jump to: navigation, search
Line 11: Line 11:
 
==2011 ...==
 
==2011 ...==
 
* [http://www.talkchess.com/forum/viewtopic.php?t=40876 Javascript port of Stockfish] by David Whitten, [[CCC]], October 24, 2011
 
* [http://www.talkchess.com/forum/viewtopic.php?t=40876 Javascript port of Stockfish] by David Whitten, [[CCC]], October 24, 2011
* [http://www.open-chess.org/viewtopic.php?f=5&t=2361 Engine In Javascript] by [[BlueFeverSoft|bluefever]], [[Computer Chess Forums|OpenChess Forum]], July 12, 2013
+
* [http://www.open-chess.org/viewtopic.php?f=5&t=2361 Engine In Javascript] by [[Richard Allbert|bluefever]], [[Computer Chess Forums|OpenChess Forum]], July 12, 2013
 
* [http://www.talkchess.com/forum/viewtopic.php?t=51763 JSUCI 1.0 - connect javascript chess engines to UCI] by [[Edmund Moshammer]], [[CCC]], March 28, 2014 » [[UCI]] <ref>[http://sourceforge.net/projects/jsuci/ Javascript Universal Chess Interface | Free software downloads at SourceForge.net] by [[Edmund Moshammer]] </ref>
 
* [http://www.talkchess.com/forum/viewtopic.php?t=51763 JSUCI 1.0 - connect javascript chess engines to UCI] by [[Edmund Moshammer]], [[CCC]], March 28, 2014 » [[UCI]] <ref>[http://sourceforge.net/projects/jsuci/ Javascript Universal Chess Interface | Free software downloads at SourceForge.net] by [[Edmund Moshammer]] </ref>
 
==2015 ...==
 
==2015 ...==

Revision as of 22:26, 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