Ben Chuanlong Du's Blog

It is never too late to learn.

Understand DSL in Kotlin

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Kotlin DSL in under an hour by Anton Arhipov

https://www.youtube.com/watch?v=0DJqr4FZ6f0

Kotlin tutorial : How to use Function Literal with Receiver in Kotlin | Kotlin 101

https://www …

Kotlin Kernel for JupyterLab

Tips and Traps

There are multiple Kotlin kernels for JupyterLab. It is is suggested that you use official one released by JetBrains.

Jar Dependencies

You can add a JAR dependency using the following code.

Install Kotlin

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Ubuntu

Unfortunately, there is no apt-get installation (even no Ubuntu PPA) for Kotlin at this time. There are basically 3 options to install Kotlin on Ubuntu.

  1. Install manually.
  2. Use snap app …