On Mon, 2007-11-12 at 15:53 -0600, Nick Apperson wrote: > You will probably get a few people here recommending "D", but that is > most definately not well supported and it is slower than C or C++ in > terms of writing a go program.
D is definitely slower in execution than C/C++, but I do find it faster for development. Built in unit testing, invariants, and in/out contracts make it easy to stress test your code. My use of D has not all been positive. It's rarely the fault of the compiler itself, but stems from the immaturity of the libraries and supporting tools. _______________________________________________ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/