Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
enum
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
91.
▲
by
enum
17y ago
If you're willing to understand the program behind the proof, I think it's more acceptable than a handwritten proof.
92.
▲
by
enum
17y ago
My experience with motion-control running shoes quite different from what the article reports. My knees stopped hurting once I switched to them.
93.
▲
by
enum
17y ago
How about something akin to X-expressions as often found in Lisp/Scheme. For example, http://docs.plt-scheme.org/continue/index.html#(part._.Rende...
94.
▲
by
enum
17y ago
Lambda is fine. The loops are mutating the variable i, so all the lambda share the same i. Apparently, list comprehensions also use mutation--I suppose that's fine.
95.
▲
by
enum
17y ago
Agreed. It's what you make it.