Another exquisit release
Pluralsight.Kotlin.Fundamentals-XQZT
Title: Kotlin Fundamentals
Publisher: Pluralsight
Iso Size: 562M (588670976 B)
Files: 10F
Date: 04/15/2017
Course #: Pluralsight
Type: software-development
Published: Sat Apr 15, 2017
Modified: April 15, 2017
URL: www.pluralsight.com/courses/kotlin-fundamentals
Author: Kevin Jones
Duration: 4h 47m
Skill: Beginner
Exercise: [ ]
Installation:
Unpack that shit, mount that shit, run that shit
Notes:
Kotlin is a new language for writing applications on the JVM.
Kotlin was developed by JetBrains, the company that created
IntelliJ Idea and Resharper, amongst other tools. Kotlin has
recently been adopted by Gradle as the language in which their
build DSL will be written. Kotlin is a more modern version of
Java. It adopts functional ideas such as immutability and
first-class functions, out of the box, and it is also object
oriented. In this course, Kotlin Fundamentals, youll get an in
depth look at using Kotlin applications with no prior Kotlin
knowledge needed. First, youll discover how to use Kotlin for
functional programming. Next, youll explore the reification of
generic types. Then, youll get a better understanding of
immutability and null checks in Kotlin. Finally, youll wrap up the
course with learning how to use higher order functions. By the end
of this course, youll know the syntax and features of Kotlin.