Ruby for dos

Hi,

Is there a ruby intepreter for DOS?

Thanks
Shannon

Shannon Fang xrfang@hotmail.com writes:

Hi,

Is there a ruby intepreter for DOS?

Yes

YS

As far as I know, it is possible to compile Ruby using DJGPP, though you
obviously will not get many of the features we take for granted with
Unix/Linux or Win32 versions (e.g. network API, threading, etc.).

···

On Thu, Dec 12, 2002 at 09:40:22AM +0900, Shannon Fang wrote:

Hi,

Is there a ruby intepreter for DOS?


Rafael R. Sevilla +63(2)8123151
Software Developer, Imperium Technology Inc. +63(917)4458925

Hi,

···

At Thu, 12 Dec 2002 12:57:59 +0900, Rafael R.Sevilla dido@imperium.ph wrote:

As far as I know, it is possible to compile Ruby using DJGPP, though you
obviously will not get many of the features we take for granted with
Unix/Linux or Win32 versions (e.g. network API, threading, etc.).

Thread works on DJGPP.


Nobu Nakada