Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cmcbride
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
cmcbride
14y ago
or we could remove the tax break for employers that provide health insurance. If health insurance was tied to the individual it would stay with them in between jobs. You could also find plans with lower premiums and higher deductibles/less
2.
▲
Parallel SSH and system monitoring in Clojure
(info.rjmetrics.com)
10 points
by
cmcbride
15y ago
|
0 comments
3.
▲
by
cmcbride
15y ago
The function that creates the lexical closure can still have referential transparency. For example: (defn make-adder [x y] (fn [z] (+ x y z))) ((make-adder 1 2) 3) -----VS------------- (def ^{:dynamic} x 1) (def ^{:dynamic} y 2) (defn mak