> Has anyone tried programming Go in the "Go" Programming Language?
>
> http://golang.org/
And the result would be a gogo?
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/
I am currently looking at the fuego engine's source code, trying to
figure out whether the Monte Carlo search can be put on a GPU. One of
the problems on a GPU is that there is no stack, so I may have to
emulate one.
Fuego seems to be pretty well structured and the online documentation
(doxygen ba