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...")
 
(2 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 14: Line 14:
 
* [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
  
 
=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 25:
 
==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]]
+
* [https://github.com/fabianvdW/FabChess GitHub - fabianvdW/FabChess: FabChess] » [[FabChess]]
* [https://github.com/Johnson-A/Crabby GitHub - Johnson-A/Crabby: Chess Engine written using the Rust programming language] by [[Alex Johnson]]
+
* [https://github.com/Johnson-A/Crabby GitHub - Johnson-A/Crabby: Chess Engine written using the Rust programming language] » [[Crabby]]
* [https://github.com/MortenLohne/rasher GitHub - MortenLohne/rasher: UCI chess engine] by [[Morten Lohne]]
+
* [https://github.com/MortenLohne/rasher GitHub - MortenLohne/rasher: UCI chess engine] » [[Rasher]]
* [https://github.com/vinc/littlewing GitHub - vinc/littlewing: ♟♛ Chess engine written in Rust] by [[Vincent Ollivier]]
+
* [https://github.com/vinc/littlewing GitHub - vinc/littlewing: ♟♛ Chess engine written in Rust] » [[Little Wing]]
 +
* [https://github.com/syzygy1/Rustfish GitHub - syzygy1/Rustfish: Rust port of Stockfish] » [[Rustfish]]
  
 
=References=  
 
=References=  

Revision as of 19:26, 11 October 2019

Home * Programming * Languages * Rust

Rust Logo [1]

Rust,
a multi-paradigm system programming language featuring safe memory handling and concurrency, syntactically similar to C or C++ [2].

Chess Engines

Forum Posts

External Links

General Purpose

Chess

References

Up one Level