Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eqnoob123
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
eqnoob123
12y ago
When I saw the headline I wished it was Alice Corp v. Bob Bank
2.
▲
by
eqnoob123
12y ago
Here's one in Ocaml that modifies the + operator let (+) x y = match (x,y) with (2,2) -> 5 | (x,y) -> x+y;;