All the features you naively try to pass of as Ruby's features, have been implemented in a variety of other dynamic languages like Python, Perl, JavaScript, etc. People have been making good use of them for almost a decade now, probably before you wrote your first line of code. Please find someone more experienced to mentor you.
I wonder if it has to do with the fact that you are "not an educated nerd" (self-taught?) or it is just a way to cash-in the Ruby hype.
No matter if you agree with Ola or not, he is very experienced in a vast variety of languages, and your post taken into account, my guess is, he's a lot brighter that you'd ever dream of becoming, regardless of your level of education.
Not going into a discussion here about pros and cons of Ruby, Python or JavaScript - all are great languages, but just in case you don't know, Ruby has been around since 1995, so cut the BS about 'almost a decade'.
Actually, no. Ruby has been around for 10 years now. While clearly Ruby has lifted many idioms from Perl directly, but OO, it is more than based on Smalltalk.
As far as Ola Bini, I think you think mistake modesty for lack of experience. Ola is making a presentation since he wrote a book on JRuby. You haven't.
Almost a decade? Lisp is older than your dad. Every dynamically typed, garbage collected, object oriented language that supports higher order functions is arguably "based on" Lisp. That doesn't imply that we should never produce new languages with those features. It's all about the syntax.
This comment has received too many negative votesshow
Ah yes, the portability problem! That's why all the apps I run these days are "universal" binaries that can be run on any architecture with no development effort. Thank god the portability problem was solved in the 90s.
Java solved a huge problem for developers in the 90's. Producing portable apps (Windows, OS X, Linux, Solaris, AIX, HP-UX). Portability with a single binary image was a huge cost savings factor. It not for people that are afraid of hardware... it's for poeple that prefer to abstract it.
The crack about mediocre programmers can be applied to any language... The quality of the programmer is othogonal to the language used.
And now Ruby can benefit from the same VM, and platform support.
This comment has received too many negative votesshow
"C is a lovely language for writing operating systems. It doesn't really scale" -28:08
Huh? The second sentence is not only blatantly false, but totally contradicts the first sentence as well.
Java is a language for people afraid of computer hardware. It's a tremendously successful language because there is a huge demand for mediocre programmers who can churn out barely good enough software.
Hats off to the Java crowd for finding this market and catering to it. But it's nothing to brag about.
It depends what you mean with scale. with C you can create very scalable applications (in terms of performance), but I would not create a database system or anything networking related with it. It does not scale in terms of development effort.
Totally, but it's a good thing to be afraid of hardware. The Application Programmer should not have to think about hardware; that's what abstraction is.
I'm not saying Java is the greatest language (it's not, it's a training-wheels language), I'm just saying it's GOOD for languages to be moving away from hardware.
e.g: The majority of security flaws we see on the internet are due to the antiquated but still dominant practice of manual memory management.
Amen on that. In fact, having to teach students to correctly use their computer (IDE, compiler, intepreter) first before even getting the chance to explain the basics of OO-Programming is really a hassle. Really, sometimes manual memory management can be helpful, but in most cases it just creates hardly readible code.
I can't figure out why your comment was rated down; it is not inflammatory and it expresses well formed, easily defensible opinions about current coding practiced.
I have used JRuby .. Really cool...
balkiprasanna1984 2 months ago
Why did he say ActiveRecord doesn't scale?? :P
mcfiredrill 7 months ago
greater good
flowewritharoma 7 months ago
good
shakesvongreen 1 year ago
Objective-C interfacing has been deprecated
And that stops anyone?
luisdanielmesa 1 year ago
This has been flagged as spam show
want watch - Ruby & the Rockits in HD and all eps, seasons? then go:
TVFLAP . COM
prioritty3 1 year ago
This comment has received too many negative votes show
JRuby is probably the most fucked up crap I've ever worked with ...
Christriker 2 years ago
lol
codecaine 2 years ago
This has been flagged as spam show
All the features you naively try to pass of as Ruby's features, have been implemented in a variety of other dynamic languages like Python, Perl, JavaScript, etc. People have been making good use of them for almost a decade now, probably before you wrote your first line of code. Please find someone more experienced to mentor you.
I wonder if it has to do with the fact that you are "not an educated nerd" (self-taught?) or it is just a way to cash-in the Ruby hype.
z4hf2c5q6ymgjxk 3 years ago
Dear Anonymous Coward.
No matter if you agree with Ola or not, he is very experienced in a vast variety of languages, and your post taken into account, my guess is, he's a lot brighter that you'd ever dream of becoming, regardless of your level of education.
Not going into a discussion here about pros and cons of Ruby, Python or JavaScript - all are great languages, but just in case you don't know, Ruby has been around since 1995, so cut the BS about 'almost a decade'.
kpriisholm 3 years ago 16
Actually, no. Ruby has been around for 10 years now. While clearly Ruby has lifted many idioms from Perl directly, but OO, it is more than based on Smalltalk.
As far as Ola Bini, I think you think mistake modesty for lack of experience. Ola is making a presentation since he wrote a book on JRuby. You haven't.
SolonBob 3 years ago 11
This comment has received too many negative votes show
one word FUCK TARD.
nickrohn93 3 years ago
To whom was this directed, nickrohn93?
leporidus 2 years ago
@leporidus I have no idea, lol?
nickrohn93 2 years ago
I have an idea: self-discovery is the first step for self-improvement. Just stop being one, nickrohn93.
leporidus 2 years ago
Just stop being one?
nickrohn93 2 years ago
Almost a decade? Lisp is older than your dad. Every dynamically typed, garbage collected, object oriented language that supports higher order functions is arguably "based on" Lisp. That doesn't imply that we should never produce new languages with those features. It's all about the syntax.
natlang1 3 years ago 5
This comment has received too many negative votes show
Ah yes, the portability problem! That's why all the apps I run these days are "universal" binaries that can be run on any architecture with no development effort. Thank god the portability problem was solved in the 90s.
hagus42 3 years ago
Java solved a huge problem for developers in the 90's. Producing portable apps (Windows, OS X, Linux, Solaris, AIX, HP-UX). Portability with a single binary image was a huge cost savings factor. It not for people that are afraid of hardware... it's for poeple that prefer to abstract it.
The crack about mediocre programmers can be applied to any language... The quality of the programmer is othogonal to the language used.
And now Ruby can benefit from the same VM, and platform support.
mcdtracy 3 years ago 3
i just agree with you..
vm is a support create by java..
and java did revoluction in mode of program.
how can jruby do a compair
blyattttttttttt
kardanstefan 2 years ago
This comment has received too many negative votes show
"C is a lovely language for writing operating systems. It doesn't really scale" -28:08
Huh? The second sentence is not only blatantly false, but totally contradicts the first sentence as well.
Java is a language for people afraid of computer hardware. It's a tremendously successful language because there is a huge demand for mediocre programmers who can churn out barely good enough software.
Hats off to the Java crowd for finding this market and catering to it. But it's nothing to brag about.
hagus42 3 years ago
It depends what you mean with scale. with C you can create very scalable applications (in terms of performance), but I would not create a database system or anything networking related with it. It does not scale in terms of development effort.
hurlm 3 years ago
I was puzzled aswell, but have no doubt Ola is aware.
Gudmundius 3 years ago
"Java's for people afraid of hardware."
Totally, but it's a good thing to be afraid of hardware. The Application Programmer should not have to think about hardware; that's what abstraction is.
I'm not saying Java is the greatest language (it's not, it's a training-wheels language), I'm just saying it's GOOD for languages to be moving away from hardware.
e.g: The majority of security flaws we see on the internet are due to the antiquated but still dominant practice of manual memory management.
aaronpiano 2 years ago 7
Amen on that. In fact, having to teach students to correctly use their computer (IDE, compiler, intepreter) first before even getting the chance to explain the basics of OO-Programming is really a hassle. Really, sometimes manual memory management can be helpful, but in most cases it just creates hardly readible code.
narutofan9999 2 years ago
I can't figure out why your comment was rated down; it is not inflammatory and it expresses well formed, easily defensible opinions about current coding practiced.
bluesrunthegame 2 years ago
Very good tech talk. JRuby has become quite impressive!
digitalhobbit 3 years ago 5