Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

basic kotlin demo

License

NotificationsYou must be signed in to change notification settings

coderdude1/KotlinDemo

Repository files navigation

This is a demo of very basic kotin stuff

Kotlin Overview

Kotlin is a language created by Jetbrains (intellij geeks). A few years ago as it really grew in popularity, a new groupcalled the Kotlin Foundation was created to manage the language. A bit after Google announced that kotlin was officiallya supported first class language for Android development. Spring announced around the same time that they added explicitsupport for kotlin in spring boot 2 and spring 5 for functional programming (and included amongst other things a newKotlin DSL for it's endpoints). Kotlin is released under the Apache 2 license

Some interersting links

Discussion Points

Some key points on kotlin vs java

Seamless Integration with java

This was a design goal from the start. This makes it very easy to start mixing kotlin and java, simply add the dependency togradle/maven. A very common starting point for adding Kotlin to a project is replacing DTOs and Pojos, making them actuallyreadable (getter/setter/toString/equals/hashcode/copy are autogenerated, I will show this in a bit)

#Sources and various linksSome places I got ideas of things to talk about##Learning stuff

Tutorials

General Articles

Dev Tools

Intellij has native support for Kotlin. Eclipse has a plugin that I've read is pretty good but have not tried it. I've read thatVisual Studio has good support, I assume it wraps around the CLI stuff.

Native kotlin libs and frameworks

Functional patterns and such

##Some usage stats

  • Jetbrains tracking usages. Note non-android dev is quite high.Breakdown on popular tools, and frameworks for kotlin. Includes a chart showing a breakdown of what platform kotlin is used to develop software for. I tookthis as the intended runtime. Android obviously was the 1st one but linux is very high

About

basic kotlin demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp