Browse thread
[Caml-list] bitboard - howto
-
V Krishnakumar
- Warp
- Falk Hueffner
- Jean-Christophe Filliatre
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jean-Christophe Filliatre <Jean-Christophe.Filliatre@l...> |
| Subject: | Re: [Caml-list] bitboard - howto |
V Krishnakumar writes: > Hi! all, > > Iam new to OCaml. Iam trying to write a chess engine. > In order to represent the board, I need bitvectors. How do I get > bitvectors ? (i need exactly 64 bit vectors). > > also pointers to similar board games would be really appreciated. I wrote a bit vectors library, available here: http://www.lri.fr/~filliatr/software.en.html But, as already suggested by others, using the Int64 module from ocaml standard library is clearly a better idea in this particular case. -- Jean-Christophe Filliātre (http://www.lri.fr/~filliatr) ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners