Difference between revisions of "JavaScript"

From Chessprogramming wiki
Jump to: navigation, search
Line 26: Line 26:
 
* [http://www.talkchess.com/forum/viewtopic.php?t=65962 best board representation for variants (javascript) ?] by [[Mahmoud Uthman]], [[CCC]], December 10, 2017 » [[Board Representation]], [[Games#ChessVariants|Chess Variants]]
 
* [http://www.talkchess.com/forum/viewtopic.php?t=65962 best board representation for variants (javascript) ?] by [[Mahmoud Uthman]], [[CCC]], December 10, 2017 » [[Board Representation]], [[Games#ChessVariants|Chess Variants]]
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=70129 github pages] by [[Colin Jenkins]], [[CCC]], March 07, 2019
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=70129 github pages] by [[Colin Jenkins]], [[CCC]], March 07, 2019
 +
==2020 ...==
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76101 Wukong JS - chess engine with UCI support, own GUI and public API] by [[Maksim Korzh]], [[CCC]], December 19, 2020
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76140 Setup a javascript engine in a GUI] by [[Ferdinand Mosca]], [[CCC]], December 24, 2020
  
 
=External Links=  
 
=External Links=  

Revision as of 20:40, 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