From: Martin DeMello Date: 2007-06-09T03:47:58+09:00 Subject: Re: practical ruby console on windows? On 6/8/07, Kiripolszky K�roly wrote: > Ehlo, > > I'm just wondering if there's any good console for Ruby on Windows? > Mine is a Hungarian system and when I use irb from the win console I > just can't enter asterisks and some other chars, on the other hand > fxri is slow like hell. Have you tried just plain fxirb, without fxri? It might or might not be faster, but if the problem is the docstrings it has a chance of speeding things up if you just use the irb component. martin