Scala Tutorial 11 - Scala Functions

preview_player
Показать описание
Scala is a functional language, in the sense that every function is a value. If functions are values, and values are objects, it follows that functions themselves are objects.

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Best tutorials about scala! Like your videos! You have nice definition about easy things! Good luck with next videos!

SuprunAlexey
Автор

I have started following scala tutorials. I guess there are 11 videos now. Can I know how many more videos are coming to wind up scala learning?

NaveenKumar-nudx
Автор

There is something glossed over right here. If I write "to 5" apparently it de-sugars into to(5) but I also saw you write 1.to(5) which seems like it's actually a function with two arguments : 1 and 5 (like python) that produces a range list (1, 2, 3, 4, 5) or iterator. But the exact needs of the for statement are not clear; you showed us examples but did not explain what happens inside of the for range specification.

dgillies
Автор

Could you please make one separate video for syntactic sugar.

sambitkumardash
Автор

you confused us between function and method..what you wrote is method and said it is function

letslearn
Автор

agar last statement println hua toh????

kartikyadav
welcome to shbcf.ru