Code: Select all
Alf
Eden
FluxII
King's out
jChecs
JChess
Mediocre
Olithink
POS
Pyotr
Talvmenni
Am I missing any?
Moderator: Ras
Code: Select all
Alf
Eden
FluxII
King's out
jChecs
JChess
Mediocre
Olithink
POS
Pyotr
Talvmenni
I see we share the same compiling guru. Jim already gave me some feedbacks about Java compiling and the rest should be on my own. His brief guides helped a lot in learning C/C++ compiling starting from zero knowledge. If you're interested, there is an ongoing development of a java chess engine at SF.net which they call DeepDuke. It maybe released soon if the author makes quick progress. You can also add PsychoChess and Capa chess which is also an open spource java engine (at SF.net).Zlaire wrote:To be honest I let Jim Ablett do the work with compiling. I let the java launcher go since it seems to work in mysterious ways sometimes (probably not the launcher's fault though, some interfaces just does not like it).
Perhaps Jim wants to share some of his knowledge.
On its site, it says "...Spike is written in C++ and Java at the same time. It is mostly possible to write a program code that can be compiled by a C++ compiler and a Java JIT (Just in time compiler)...". Maybe those who tested the first versions released could testify if there was such. But they could compile a Spike special edition in Java in the future to compare its performance in another compiling platform.I think Spike can be also compiled as a Java program, but I don't know if it has ever been released in that mode.
It used to be something you could compile in both languages, but now it is C++ only.Alessandro Scotti wrote:I think Spike can be also compiled as a Java program, but I don't know if it has ever been released in that mode.
If you get the converter from the guys who make SimpleSQL, it comes with a Java to C++ converter:Denis P. Mendoza wrote:I see we share the same compiling guru. Jim already gave me some feedbacks about Java compiling and the rest should be on my own. His brief guides helped a lot in learning C/C++ compiling starting from zero knowledge. If you're interested, there is an ongoing development of a java chess engine at SF.net which they call DeepDuke. It maybe released soon if the author makes quick progress. You can also add PsychoChess and Capa chess which is also an open spource java engine (at SF.net).Zlaire wrote:To be honest I let Jim Ablett do the work with compiling. I let the java launcher go since it seems to work in mysterious ways sometimes (probably not the launcher's fault though, some interfaces just does not like it).
Perhaps Jim wants to share some of his knowledge.
AlessandroOn its site, it says "...Spike is written in C++ and Java at the same time. It is mostly possible to write a program code that can be compiled by a C++ compiler and a Java JIT (Just in time compiler)...". Maybe those who tested the first versions released could testify if there was such. But they could compile a Spike special edition in Java in the future to compare its performance in another compiling platform.I think Spike can be also compiled as a Java program, but I don't know if it has ever been released in that mode.
Correct!Dann Corbit wrote:It used to be something you could compile in both languages, but now it is C++ only.Alessandro Scotti wrote:I think Spike can be also compiled as a Java program, but I don't know if it has ever been released in that mode.