Nick Wedd wrote:
Insisting on GTP will exclude most competitors, as they don't support
it. I have heard that it is hard to implement, with two line-feeds
having a different meaning from one line-feed (my personal opinion is
that significant whitespace is a really stupid idea.)
Did you even try to look it at GTP before firing up words like "stupid"?
Can you explain me why writing
printf("= here is my answer\n\n");
is more difficult than writing
printf("= here is my answer\n");
huh?
It's not difficult at all. And on my system, it won't generate two
linefeeds. You just confirmed my view that significant whitespace is a
really stupid idea.