<div dir="ltr">Hi all,<div>As a learning exercise, I am experimenting in chess/alpha-beta search/bitboards. In this domain lot of bitwise operations are required. My goal is to keep learning scheme and Gambit, therefore I will be happy to stay with what I have right now if the only option is to switch to C et similia.<br></div><div><br></div><div>I am asking here for an advice in improving runtime speed crunching bitwise operations on u64 integers since I have no experience using scheme and Gambit.<div>Looking at the documentation I see that fixnum is providing some help but I apparently u64 integers are not "compatible" with fixnum operations</div><div><br></div><div>> (fixnum? 18446744073709551615)<br>#f<br></div><div><br></div><div></div><div>Can you share suggestions for my next exercise?</div></div><div>Thank you in advance</div><div><br></div><div>Paolo</div></div>