Closed pbzdyl closed 9 years ago
How would you feel about cons
instead? The nice thing about cons
is that it's already been covered in a previous koan (concat
hasn't been explicitly introduced, same for list*
).
Yes, you are right, it would be even simpler. Let me change it.
Done.
Woohoo thanks!! :heart:
Wouldn't it be more idiomatic to use list* instead of combination of concat and list?