Hacker News new | ask | show | jobs
by masak 4394 days ago
Here's the Perl 6 solution:

  multi infix:<+>(2, 2) { 5 }
  say 2 + 2;  # 5