There was another one that was tricky: Turn [:a,:b]
into :((a,b))
. I found a solution but it’s not at all elegant. I’ll add it to Simple metaprogramming exercises/challenges .
There was another one that was tricky: Turn [:a,:b]
into :((a,b))
. I found a solution but it’s not at all elegant. I’ll add it to Simple metaprogramming exercises/challenges .