Difference between revisions of "Rust"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Programming * Languages * Rust''' FILE:Rust programming language black logo.svg|border|right|thumb|Rust Logo <ref>[https://www.rust-lang.org...")
 
 
(8 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
'''Rust''',<br/>
 
'''Rust''',<br/>
a [https://en.wikipedia.org/wiki/Programming_paradigm#Support_for_multiple_paradigms multi-paradigm] [https://en.wikipedia.org/wiki/System_programming_language system programming language] featuring safe [[Memory|memory]] handling and [https://en.wikipedia.org/wiki/Concurrency_(computer_science) concurrency], syntactically similar to [[C]] or [[Cpp|C++]] <ref>[https://en.wikipedia.org/wiki/Rust_(programming_language) Rust(programming language) from Wikipedia]</ref>.
+
a [https://en.wikipedia.org/wiki/Programming_paradigm#Support_for_multiple_paradigms multi-paradigm] [https://en.wikipedia.org/wiki/System_programming_language system programming language] featuring safe [[Memory|memory]] handling and [https://en.wikipedia.org/wiki/Concurrency_(computer_science) concurrency], syntactically similar to [[C]] or [[Cpp|C++]] <ref>[https://en.wikipedia.org/wiki/Rust_(programming_language) Rust (programming language) from Wikipedia]</ref>.
  
 
=Chess Engines=
 
=Chess Engines=
Line 10: Line 10:
  
 
=Forum Posts=
 
=Forum Posts=
 +
==2014 ...==
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=54780 Learning to program in RUST, together] by [[Michael Sherwin]], [[CCC]], December 29, 2014
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=54780 Learning to program in RUST, together] by [[Michael Sherwin]], [[CCC]], December 29, 2014
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=57782 If you are interested (only) !] by Ruxy Sylwyka, [[CCC]], September 28, 2015
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=59023 Crabby, original chess engine written in the rust language] by [[Alex Johnson]], [[CCC]], January 23, 2016
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=59023 Crabby, original chess engine written in the rust language] by [[Alex Johnson]], [[CCC]], January 23, 2016
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=61843 Rasher (UCI) by Morten Lohne written in Rust] by [[Norbert Raimund Leisner]], [[CCC]], October 26, 2016
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=61843 Rasher (UCI) by Morten Lohne written in Rust] by [[Norbert Raimund Leisner]], [[CCC]], October 26, 2016
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=62323 New Rust Chess Library] by [[Jordan Bray]], [[CCC]] November 30, 2016
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=62323 New Rust Chess Library] by [[Jordan Bray]], [[CCC]] November 30, 2016
* [http://www.talkchess.com/forum3/viewtopic.php?f=3&t=66838 What do you think of Rust compared to C or C++ ?] by [[Mahmoud Uthman]], [[CCC]], March 16, 2018
+
* [http://www.talkchess.com/forum3/viewtopic.php?f=3&t=66838 What do you think of Rust compared to C or C++ ?] by [[Mahmoud Uthman]], [[CCC]] (Chess Thinkers), March 16, 2018
 +
==2020 ...==
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=73198 Don't understand CarryRippler] by [[Marcel Vanthoor]], [[CCC]], February 27, 2020 » [[Traversing Subsets of a Set#AllSubsetsofanySet|Carry-Rippler]]
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=75129 Progress on Rustic] by [[Marcel Vanthoor]], [[CCC]], September 16, 2020
  
 
=External Links=
 
=External Links=
 
==General Purpose==
 
==General Purpose==
 
* [https://www.rust-lang.org/ Rust Programming Language]
 
* [https://www.rust-lang.org/ Rust Programming Language]
* [https://en.wikipedia.org/wiki/Rust_(programming_language) Rust(programming language) from Wikipedia]
+
* [https://en.wikipedia.org/wiki/Rust_(programming_language) Rust (programming language) from Wikipedia]
 
* [https://doc.rust-lang.org/book/ The Rust Programming Language] by [https://github.com/steveklabnik Steve Klabnik] and [https://github.com/carols10cents Carol Nichols] et al.
 
* [https://doc.rust-lang.org/book/ The Rust Programming Language] by [https://github.com/steveklabnik Steve Klabnik] and [https://github.com/carols10cents Carol Nichols] et al.
 
* Rust: A Language for the Next 40 Years - [https://github.com/carols10cents Carol Nichols], [https://en.wikipedia.org/wiki/YouTube YouTube] Video
 
* Rust: A Language for the Next 40 Years - [https://github.com/carols10cents Carol Nichols], [https://en.wikipedia.org/wiki/YouTube YouTube] Video
Line 25: Line 30:
 
==Chess==
 
==Chess==
 
* [https://jordanbray.github.io/chess/chess/index.html chess - Rust] by [[Jordan Bray]]
 
* [https://jordanbray.github.io/chess/chess/index.html chess - Rust] by [[Jordan Bray]]
* [https://github.com/fabianvdW/FabChess GitHub - fabianvdW/FabChess: FabChess] by [[Fabian von der Warth]]
+
* <span id="cozy_chess"></span>[https://docs.rs/cozy-chess/latest/cozy_chess/ cozy_chess - Rust]
* [https://github.com/Johnson-A/Crabby GitHub - Johnson-A/Crabby: Chess Engine written using the Rust programming language] by [[Alex Johnson]]
 
* [https://github.com/MortenLohne/rasher GitHub - MortenLohne/rasher: UCI chess engine] by [[Morten Lohne]]
 
* [https://github.com/vinc/littlewing GitHub - vinc/littlewing: ♟♛ Chess engine written in Rust] by [[Vincent Ollivier]]
 
  
 
=References=  
 
=References=  

Latest revision as of 16:23, 16 March 2022