• # et ruby ?

    Posté par . En réponse au message Cherche un language de script. Évalué à 5.

    et ruby ?

    http://www.ruby-lang.org/en/(...)


    Ruby has exception handling features, like Java or Python, to make it easy to handle errors.
    Ruby is a complete, full, pure object oriented language: OOL. This means all data in Ruby is an object, in the sense of Smalltalk: no exceptions. Example: In Ruby, the number 1 is an instance of class Fixnum.
    Ruby can load extension libraries dynamically if an OS allows.