|
| 12 Feb 2015 10:42 PM |
I noticed that I haven't found any books written on it past 2007 and I did some searching into it, and it seems there's a lot of discussion about it dying or not dying.
|
|
|
| Report Abuse |
|
|
|
| 12 Feb 2015 10:47 PM |
I've never heard of Ruby, to be honest.
I just did some research, and it's quite an old language. |
|
|
| Report Abuse |
|
|
Goulstem
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 7177 |
|
|
| 12 Feb 2015 10:47 PM |
What programs / software does ruby contribute to?
What is ruby..
.-. |
|
|
| Report Abuse |
|
|
|
| 12 Feb 2015 10:49 PM |
Wow I thought everyone knew what Ruby is.
Nah, how long a language has been around doesn't mean that it'll be more "dead".
Java, C, C++ still going extremely strong and they've been around for quite a while. |
|
|
| Report Abuse |
|
|
|
| 12 Feb 2015 10:54 PM |
| If you're certified in Ruby On Rails you're guaranteed work for a lifetime. there's such a huge workforce for it. |
|
|
| Report Abuse |
|
|
|
| 12 Feb 2015 10:57 PM |
^read an article and apparently it's going down, though you can make a pretty good living off of it
|
|
|
| Report Abuse |
|
|
|
| 12 Feb 2015 11:00 PM |
| Sorry I typed that wrong. There's a big demand in it because it's so inferior to today's standards. People need it because hardly anyone does it. |
|
|
| Report Abuse |
|
|
|
| 12 Feb 2015 11:02 PM |
It's basically dead. Still fun to run this (try it on repl . it):
class DeadLanguage def initialize(n) @var = n; end def cry(a) @other = a[0,2]; puts "#{@other}#{@var}"; end end
go = DeadLanguage.new('ck'); go.cry('full'); |
|
|
| Report Abuse |
|
|
|
| 12 Feb 2015 11:03 PM |
Or better yet.
class DeadLanguage def initialize(n) @var = n['ck']; end def cry(a) @other = a[0,2]; puts "#{@other}#{@var}"; end end
go = DeadLanguage.new('truck'); go.cry('full'); |
|
|
| Report Abuse |
|
|
|
| 12 Feb 2015 11:10 PM |
kot i refuse to look at your code IT IS HIDEOUS
you need to PRETTY UP YOUR CODE
to be a TRUE script righter |
|
|
| Report Abuse |
|
|
|
| 12 Feb 2015 11:15 PM |
not my fault ruby is hideous.
::_::io.write(_VERSION..'\n')goto _; |
|
|
| Report Abuse |
|
|
|
| 12 Feb 2015 11:16 PM |
| its your LUA too it's like you try to obfuscate it or something |
|
|
| Report Abuse |
|
|
|
| 12 Feb 2015 11:17 PM |
not anymore!!! also, run it; u will find it funny. :)
run it at http://repl.it/languages/Ruby
it's the ruby compiler i used.
::_::io.write(_VERSION..'\n')goto _; |
|
|
| Report Abuse |
|
|
|
| 12 Feb 2015 11:20 PM |
| how did you get f and u to be a? |
|
|
| Report Abuse |
|
|