Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Here's the Perl 6 solution:

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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: