owned this note changed 5 years ago
Linked with GitHub

體驗 Kotlin DSL 的魅力 - 范聖佑, Freddie Wang

tags: COSCUP2020 中階 TR313

歡迎來到 https://hackmd.io/@coscup/2020 共筆

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

點擊本頁上方的 開始用 Markdown 一起寫筆記!
手機版請點選上方 按鈕展開議程列表。

請從這裡開始

What's DSL

DSL (Domain Specific Language) 通常是為了滿足某個特定領域的需求而開發

  • SQL
  • Regular Expression
  • Gradle

External and Internal DSL

Why Kotlin DSL

  • 支援 top-level function、extension function、Lambda with receiver
  • 內建 type-safe

Real world DSL

Select a repo