====== Ruby ====== [[http://fr.wikipedia.org/wiki/Ruby|Ruby]] langage interprété né en 1993, inspiré par Perl, Python et Smalltalk est full objet (Smalltalk). Il dispose d'une syntaxe proche du python, allégée: pas de caractère de fin de ligne, parenthèse des fonctions non obligatoires. Il est possible de modifier les objets de la bibliothèque standard, y compris lors de l'exécution. Ruby est notamment connu pour son célèbre framework web: Ruby on Rails. ===== Ressources documentaires ===== * [[http://ruby.developpez.com/livres/]] * [[http://fr.wikibooks.org/wiki/Programmation_Ruby]] * [[http://guides.rails.info/3_0_release_notes.html]] * [[http://guides.rubyonrails.org/]] * [[http://www.rubyinside.com/prawn-ruby-pdf-library-987.html|Prawn, bibliothèque PDF pour Ruby]] * [[http://www.workingwithrails.com/|Ecosystème professionnel autour de Rails]] * [[http://rubyonrails.org/|Rails]] * [[http://www.rubyfrance.org/]] * [[http://www.ruby-lang.org/fr/documentation/]] * [[http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials]] * [[http://www.blogbangbang.com/post/2007/07/19/Tutorial-%3A-creer-sa-premiere-application-Ruby-on-Rails-Part1|Tuto simple sur Rails]]