From: Don Dailey <[EMAIL PROTECTED]>
> Ruby is the best language I've ever programmed in. Unfortunately,
> it's also one of the slowest but that's ok for most things.
Using Microsoft's new DLR (Dynamic Language Runtime), dynamic languages, like
Ruby, Python, and Javascript, can be compiled into
Ruby is the best language I've ever programmed in. Unfortunately,
it's also one of the slowest but that's ok for most things.
- Don
Chris Fant wrote:
> On 10/24/07, Chris Fant <[EMAIL PROTECTED]> wrote:
>
>> Since no one knew of one, I had to write it myself. Hopefully someone
>> else can
t, but the initial plan is Python and Ruby.
Ben.
- Original Message
From: Chris Fant <[EMAIL PROTECTED]>
To: computer-go
Sent: Friday, October 26, 2007 12:24:48 PM
Subject: Re: [computer-go] Ruby GTP shell
On 10/24/07, Chris Fant <[EMAIL PROTECTED]> wrote:
> Since no one kn
On 10/24/07, Chris Fant <[EMAIL PROTECTED]> wrote:
> Since no one knew of one, I had to write it myself. Hopefully someone
> else can also make use of it. This is my first Ruby script, so please
> do criticize so I can learn. Thanks.
>
I got zero responses to this. Anyway, the latest version w
Since no one knew of one, I had to write it myself. Hopefully someone
else can also make use of it. This is my first Ruby script, so please
do criticize so I can learn. Thanks.
class Gtp
def initialize (engine, input, output)
@engine = engine
@input = input
@output = output
I have a simple GO class in ruby that you can have if you are interested
and if I can find it.
It's doesn't do GTP but it creates a game object and validates moves and
calculates scores.
Send me private email if you are interested and I will look around for it.
- Don
Chris Fant wrote:
> Does a
Does anyone know of a simple GTP engine written in Ruby that I would
be able to use as a starting point?
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/