21 May 2012

The Ruby Reflector

 
Star Following

  Source Favicon
By Satish of RubyLearning Blog 8 months ago.
Email

…the block appears (the local variables, the current object, and so on) and then enters the method. Matz says that any method can be called with a block as an implicit argument. Inside the method, you can call the block using the yield keyword with a value. Blocks are not objects, but they can be converted into objects of class Proc . One way a block can be converted to a Proc object is by passing a block to a method whose last parameter is prefixed with an ampersand. That parameter will …

rubylearning.com Read
  Source Favicon
By IndianGuru of RubyCorner 8 months ago.
Email

…the block appears (the local variables, the current object, and so on) and then enters the method. Matz says that any method can be called with a block as an implicit argument. Inside the method, you can call the block using the yield keyword with a value. Blocks are not objects, but they can be converted into objects of class Proc . One way a block can be converted to a Proc object is by passing a block to a method whose last parameter is prefixed with an ampersand. That parameter will …

rubycorner.com Read
  Source Favicon
By Satish of RubyLearning Blog 8 months ago.
Email

Yukihiro Matsumoto , the creator of Ruby, in an interview says -

I believe people want to express themselves when they program. They don't want to fight with the language. Programming languages must feel natural to programmers. I tried to make people enjoy programming and concentrate on the fun and creative part of programming when they use Ruby.

What Will I Learn?

In the Ruby programming course, you will learn the essential features of Ruby that you will …

rubylearning.com Read
  Source Favicon
By IndianGuru of RubyCorner 8 months ago.
Email

Yukihiro Matsumoto , the creator of Ruby, in an interview says -

I believe people want to express themselves when they program. They don't want to fight with the language. Programming languages must feel natural to programmers. I tried to make people enjoy programming and concentrate on the fun and creative part of programming when they use Ruby.

What Will I Learn?

In the Ruby programming course, you will learn the essential features of Ruby that you will …

rubycorner.com Read
  Source Favicon
By Fabio Akita of AkitaOnRails.com 10 months ago.
Email

Paul Graham , whose fantastic essays are a must-read to every serious programmer. Matz reminded that Paul Graham created a Lisp-ish language called Arc, but it was not very popular. But imagining the 100 year language, we can improve on current languages, to get to the taste of Paul Graham's. And there's this Lisp-ish language called Ruby, invented by a guy named Matz, and this language is popular. So, maybe as a language designer, Matz is better than Paul Graham…

akitaonrails.com Read
  Source Favicon
By Fabio Akita of AkitaOnRails.com 10 months ago.
Email

…the introduction of my talk, where I speak in Japanese. I meant to say "I'd like to thank Yukihiro Matsumoto and the Ruby Core, although they may not be here" but I actually said "... although maybe not necessary." How come!? By making the mistake of saying "iranai" instead of "irarenai" or simply "inai" so I apologize for that, I hope people that understand Japanese can tell that it was a mistake from the context.

A Brazilian-Japanese Meets Japan…

akitaonrails.com Read
  Source Favicon
By Jason Seifer of The Ruby Show 10 months ago.
Email

Keepin It Fresh. In this episode, Peter and Jason talk about Matz's new job at Heroku, the new release of Padrino, plans for Ruby 1.8.7 and 1.9.3, and cover the latest gems and plugins.

rubyshow.com Read
  Source Favicon
By Peter Cooper of Ruby Inside 10 months ago.
Email

Yukihiro Matsumoto , creator of Ruby and more commonly known as Matz , has joined Heroku , the Salesforce.com-owned Ruby cloud hosting company, as its Chief Architect of Ruby .

Being the creator of Ruby and a much respected developer in his own right, Matz is hardly itching for a new job to pay the bills, but a head position at the biggest Ruby-related infrastructure company (perhaps excepting Engine Yard ) is bound to provide Matz with the …

rubyinside.com Read
  Source Favicon
On Heroku 10 months ago.
Email

…history of Heroku, as we are honored to announce that Yukihiro " Matz" Matsumoto , the creator of Ruby, has joined the Heroku team as Chief Architect, Ruby.

In 1993, a time when most programming languages were focussed on computational efficiency, Matz wanted to create a language focussed on developer experience, happiness, and productivity. This insight was years ahead of the trend toward agile software methodologies (the Agile Software Manifesto , …

blog.heroku.com Read
  Source Favicon
By makoto of Bamboo Blog 10 months ago.
Email

…looking forward to accelerating Ruby's progress" - Q&A with Matz regarding joining Heroku as a chief architect.

Date: 13th July 2011

Introduction

As mentioned in my previous article, It has been announced that Yukihiro Matsumoto ( Matz) is joining Heroku as Chief Architect of Ruby. I asked Matz about the story behind his future role via email.

My mission is to make Ruby core more functional and higher quality.

PublicKey (Q going forward): Can you explain …

blog.new-bamboo.co.uk Read