In a DSL, `compile(1, 2, 3)` looks a lot better th...
# language-proposals
c
In a DSL,
compile(1, 2, 3)
looks a lot better than
compile(listOf(1, 2, 3))