Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
masak
on June 1, 2014
|
parent
|
context
|
favorite
| on:
Write a program that makes 2 + 2 = 5
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: