Ruby (programming language): Difference between revisions

Content deleted Content added
slight changes in lead for readability for a general audience; then, remove template:Technical as I don't think it is merited based on the current state of the article.
Early concept: Copy source for Matsumoto quote from History of Ruby
Line 30:
{{Under construction|placedby=Gracen|section=yes|comment=Merging from [[History of Ruby]]}}
=== Early concept ===
Matsumoto has said that Ruby was conceived in 1993. In a 1999 post to the ''ruby-talk'' mailing list, he describes some of his early ideas about the language:<ref>{{cite web|url=https://www.ruby-doc.org/docs/ruby-doc-bundle/FAQ/FAQ.html|title=The Ruby Language FAQ|author=Shugo Maeda|date=17 December 2002|access-date=2 March 2014}}</ref>
 
{{Blockquote|I was talking with my colleague about the possibility of an object-oriented scripting language. I knew Perl (Perl4, not Perl5), but I didn't like it really, because it had the smell of a [[toy language]] (it still has). The object-oriented language seemed very promising. I knew [[Python (programming language)|Python]] then. But I didn't like it, because I didn't think it was a true object-oriented language{{snd}} OO features appeared to be add-on to the language. As a language maniac and OO fan for 15 years, I really wanted a genuine object-oriented, easy-to-use scripting language. I looked for but couldn't find one. So I decided to make it.}}