Author: Joachim Enggård Nebel
Country: Denmark
Language: Rust
Protocol: UCI
Cadabra 1.1.0
2023-05-24
Source: https://github.com/JENebel/Cadabra/releases/tag/1.1.0
Lichess Bot: https://lichess.org/@/CadabraBot
Successor to the author's first engine, JENCE. Cadabra 1.0.0 is currently rated 1438 at the CCRL Blitz page.
Cadabra
- massimilianogoi
- Site Admin
- Posts: 393
- Joined: Thu Aug 04, 2022 1:42 pm
- Has thanked: 603 times
- Been thanked: 646 times
- Contact:
Re: Cadabra
What is Rust? This is new to me... I've seen it just another time, I suppose it's somethibg recent...
People who have lost the hope.
Re: Cadabra
I don't know much about it, but it's definitely a new language. From the wiki:massimilianogoi wrote: ↑Wed May 24, 2023 7:51 pm What is Rust? This is new to me... I've seen it just another time, I suppose it's somethibg recent...
The two things I've heard about it are that it has a devoted user base, and that the IDE is massive.Rust's syntax is similar to that of C and C++, although many of its features are more influenced by functional programming languages. It aims to support concurrent systems programming, which has inspired a feature set emphasizing safety, control of memory layout, and concurrency. Safety in Rust includes the guarantees of memory safety, type safety, and lack of data races.