Hacker News new | ask | show | jobs
by baq 589 days ago
yeah but then you have to repeat yourself a lot:

   d.add(first)
   d.add(second)
   d.add(...)
you see redundancy and a misused language capability, I see a feature and a nice DSL.