|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/kotlin-for-java-developers
课程评论:没有评论
课程名称:Kotlin for Java Developers 概述:Kotlin是一种现代编程语言,为日常任务提供更多的功能。Kotlin简洁、安全、务实,并专注于与Java代码的互操作性。它几乎可以在所有Java应用场景中使用,包括服务器端开发、Android应用等。Kotlin与所有现有的Java框架完全兼容,并且支持良好的工具链。作为一种务实的语言,Kotlin具有很低的学习曲线,Java开发者可以快速掌握。Kotlin代码不仅可以编译为JVM字节码,还可以编译为JavaScript和Native代码,但本课程主要集中于Kotlin/JVM。 本课程旨在分享Kotlin的魅力与强大。我们将对Kotlin语言进行基本概述,并讨论许多边界案例,特别是与Java互操作性有关的内容。课程基于您现有的Java经验,展示两种语言之间的相似之处,同时关注它们的不同之处。请注意,本课程不涵盖编程基础知识。 课程大纲: 1. 引言 2. 开始使用Kotlin 3. 空安全性与功能编程 4. 属性、面向对象编程与约定 5. 序列、接收者Lambda与类型
Name:Introduction
Description:
Name:Starting up with Kotlin
Description:
Name:Nullability, Functional Programming
Description:
Name:Properties, OOP, Conventions
Description:
Name:Sequences, Lambdas with Receiver, Types
Description:
The Kotlin programming language is a modern language that gives you more power for your everyday tasks. Kotlin is concise, safe, pragmatic, and focused on interoperability with Java code. It can be used almost everywhere Java is used today: for server-side development, Android apps, and much more. Kotlin is 100% compatible with all existing Java frameworks, and has good tooling support. It’s a pragmatic language with a very low learning curve, and can be quickly grasped by Java developers. Kotlin code might be compiled not only to JVM bytecode but to JavaScript and Native code as well, but this course is focused on Kotlin/JVM. This course aims to share with you the power and the beauty of Kotlin. We'll have a basic overview of the language, as well as a discussion of many corner cases, especially concerning Java interoperability. The course is based on your Java experience; it shows the similarities between the two languages and focuses on what's going to be different. Note that this course won't cover the programming fundamentals. We'll discuss: basic syntax, nullability, functional programming with Kotlin, object-oriented programming with Kotlin, the power of the Kotlin standard library, and Java interoperability.