Thanks, useful articles !
For your first article, I think we can speak ruby as "interpreted 
language", but internally, Ruby compile your code in bytecode that run on a 
Virtual Machine (MRI). It's also important to notice than Matz has build a 
embed ruby machine that build and consume directly bytecode, and this 
should be extended to the official MRI in the future. Sure, you haven't to 
compile yourself your program, but it is internally compiled. The only 
difference between ruby and, say Java, is Ruby don't keep the bytecode 
version when the program exit.

-- 
-- 
Vous avez reçu ce message, car vous êtes abonné au groupe "Railsfrance" de 
Google Groups.
Pour transmettre des messages à ce groupe, envoyez un e-mail à l'adresse 
[email protected]
Pour résilier votre abonnement envoyez un e-mail à l'adresse 
[email protected]
--- 
Vous recevez ce message, car vous êtes abonné au groupe Google Groupes 
Railsfrance.
Pour vous désabonner de ce groupe et ne plus recevoir d'e-mails le concernant, 
envoyez un e-mail à l'adresse [email protected].
Pour plus d'options, visitez le site https://groups.google.com/d/optout .

Répondre à