Hacker News new | ask | show | jobs
by rchrch 1828 days ago
Writing a Kotlin DSL is a nice exercise in many Kotlin language features such as lambdas with receivers, operator overloading, and infix functions!