From: gabriele renzi Date: 2004-09-14T18:49:52+09:00 Subject: Re: Perl to Ruby Arich Chanachai ha scritto: > I need speed comparable to that of the .NET framework with a dynamic > language such Ruby or Python. I my opinion, the right thing to do is to go the way that usually other people go: write it in full ruby (or python). Then benchmark it and rewrite the cpu intensive code in C (or c++ or ocaml or whatever).