
Ruby's class library is an object-oriented reorganization of Perl functionality plus some Smalltalk and Lisp stuff
Yukihiro Matsumoto
вывод:
5 6 7 8 9 10
| Perl | Ruby |
|---|---|
$ ruby -ne 'puts $_ if /start/ .. /end/' file.txt start inside blah this is the end



Презентация на RubyConf 2015
http://interblah.net/why-is-nobody-using-refinementsвывод:
Freddie Herbie Ron Max
irb(main):001:0> require 'continuation' continuation.bundle: warning: callcc is obsolete; use Fiber instead => true


| Continuations | Fibers |
|---|---|
| Continuations | Fibers |
|---|---|
Twitter: @tank_bohr
/