Join Slack
Powered by
In a DSL, `compile(1, 2, 3)` looks a lot better th...
# language-proposals
c
cedric
06/05/2016, 2:53 PM
In a DSL,
compile(1, 2, 3)
looks a lot better than
compile(listOf(1, 2, 3))
Open in Slack
Previous
Next