|
|
|
|
|
by wiradikusuma
2945 days ago
|
|
Print 1 to 10, as a comma-separated list. In e.g. Scala, you can do that: print( 1 to 10 mkString "," ) It's not 100% human language/grammar, but close (and you have auto-completion using IDE). Why would you need another DSL? (Not trying to bash Avail, nor promote Scala, just curious for its usecases) |
|