Hacker News new | ask | show | jobs
Show HN: Kotlin Graphviz Dot DSL (github.com)
2 points by rchrch 1828 days ago
1 comments

Writing a Kotlin DSL is a nice exercise in many Kotlin language features such as lambdas with receivers, operator overloading, and infix functions!