Difference between revisions of "Languages"

From Chessprogramming wiki
Jump to: navigation, search
Line 91: Line 91:
 
* [[Ward Douglas Maurer]] ('''2013'''). ''[http://www.ccsenet.org/journal/index.php/cis/article/view/23904 A Programming Language without Keywords]''. [http://www.ccsenet.org/journal/index.php/cis Computer and Information Science], Vol. 6, No. 1
 
* [[Ward Douglas Maurer]] ('''2013'''). ''[http://www.ccsenet.org/journal/index.php/cis/article/view/23904 A Programming Language without Keywords]''. [http://www.ccsenet.org/journal/index.php/cis Computer and Information Science], Vol. 6, No. 1
 
==2020 ...==
 
==2020 ...==
* [[Manuel Cristóbal López-Michelone]], [[Jorge L. Ortega-Arjona]] ('''2020'''). ''A description language for chess''. [[ICGA Journal#42_1|ICGA Journal, Vol. 42, No. 1]]
+
* [[Manuel Cristóbal López-Michelone]], [[Jorge Luis Ortega-Arjona]] ('''2020'''). ''A description language for chess''. [[ICGA Journal#42_1|ICGA Journal, Vol. 42, No. 1]]
  
 
=Forum Posts=  
 
=Forum Posts=  

Revision as of 18:20, 29 June 2020

Home * Programming * Languages

Chess programming is dominated by the C and C++ languages. The strongest engine in a non-C language is currently Booot written by Alex Morozov in Delphi. Critter was also originally written in Delphi, but was rewritten in C++ after running into too many 64-bit bugs in the Delphi compiler. The next strongest non-Delphi, non-C program is CuckooChess written in Java.

Classical Languages

Compiled and interpreted languages.

Scripting Languages

Chess Languages

Game Languages

Publications

1950 ...

1960 ...

1970 ...

1980 ...

1990 ...

2000 ...

2010 ...

2020 ...

Forum Posts

External Links

General

Computer Programming/Hello world

Miscellaneous

References

Up one Level