Page 1 of 1

Cadabra

Posted: Wed May 24, 2023 2:28 pm
by FritzUser
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.

Re: Cadabra

Posted: Wed May 24, 2023 7:51 pm
by massimilianogoi
What is Rust? This is new to me... I've seen it just another time, I suppose it's somethibg recent...

Re: Cadabra

Posted: Wed May 24, 2023 10:09 pm
by FritzUser
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...
I don't know much about it, but it's definitely a new language. From the wiki:
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.
The two things I've heard about it are that it has a devoted user base, and that the IDE is massive.