Hacker News new | past | comments | ask | show | jobs | submit login

The object syntax example looks very like what is already possible in Kotlin: https://github.com/Kotlin/kotlinx.html

  html {
    body {
        div {
            a("https://kotlinlang.org") {
                target = ATarget.blank
                +"Main site"
            }
        }
    }
  }



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: