what a talk. he's so concise and uses such a simple vocabulary that one may find scala is actually easy!
@smuralimohan19 жыл бұрын
What an insightful talk! Wish I could click the 'like' button 10 times.
@kagan7709 жыл бұрын
I love Martin's suggestion not to pack to many statements together but instead create a few simple statements instead!
9 жыл бұрын
Roman Kagan expressions, not statement ;-)
@SHEKINAHVOICING8 жыл бұрын
This is a very good talk on scala. I consider it great for me as i am just about to start programming in scala. My request to all is, is there a way to get the ppt of this presentation. I will really like to have it.
@rajuGT8 жыл бұрын
Here you go www.slideshare.net/Odersky/scala-the-simple-parts
@SHEKINAHVOICING8 жыл бұрын
Thank you
@binqu83966 жыл бұрын
Where can I find the slides for the talk?
@arputhalazeranthonysamy90215 жыл бұрын
www.slideshare.net/Odersky/scala-the-simple-parts
@sreepaljsp5 жыл бұрын
This session by Martin odersky?
@Leonarda-lee9 жыл бұрын
scala es bonito/scala is beautiful
@saikrishnapujari5 жыл бұрын
Been using Scala for 3 years .. still scope to learn
@AKRAM90597 жыл бұрын
that's clear! def simple=simple
@mounirbenhalla996810 жыл бұрын
why there is no subtitle to frenche language to helping people be more learning scala concepte
@cygil110 жыл бұрын
Il faut que l'on faire la traduction :) Est-ce que vous est voluntaire?
@nyahhbinghi9 жыл бұрын
Mounir Benhalla this talk is in English :)
@DisfigurmentOfUs9 жыл бұрын
Very nice talk
@CharlieMojoX8 жыл бұрын
!=simple
@teckyify10 жыл бұрын
I don't get it, he says Scala is simple but then starts to enumerate this giant result set of feature interaction.
@nyahhbinghi9 жыл бұрын
MisterSam simple != easy :)
@ChrisHoweJones8 жыл бұрын
simple != easy but simple should = less interweaving of different concepts and I am not sure it's that?
@sobanya_2286 жыл бұрын
Chris Howe-Jones, The language is supposed to be very powerful. And it does it with a minimal amount of most general and basic features, that can interact. Opposed to what other languages do with different feature for every new situation.
@ElectronGuigui4 жыл бұрын
@@sobanya_228 This is exactly the strength of Scala, I think
9 жыл бұрын
I was doing fine up until that random word gabbler with the camera tripped my "not worth it" circuit breaker.
@sobanya_2286 жыл бұрын
He skipped the most interesting slide, that talks about SML "for the interest of time"
@nyahhbinghi9 жыл бұрын
Monkey-patching has to be one of the worst practices in programming. What you should do is inherit from the class and then add the method. Adding the method directly to the root class is just a horrible horrible practice that is bound to cause conflicts in any complex, interoperable or open source system
@kirillkhvenkin60018 жыл бұрын
Great talk, but i disagree that tail recursion is such a great thing. It is pretty unnatural in many situations such as when you iterate over a table.
@albat65388 жыл бұрын
Recursion prevents a programmer to introduce side effects. Therefore, iteration-less programs tend to be more clear and contain less bugs. In fact, it's not difficult to convert a complex program containing recursions to maths and prove its correctness and a finite execution time. It's not impossible for a complex iterative program, but way more difficult.
@abhishekghosh29547 жыл бұрын
Make life simple, learn Haskell. Start with C, move to Haskell. Or the other way round. Think of Obi-Wan and Yoda Batman and Superman Dark Matter and Dark Energy. Ok, maybe that last one stretched it too far.