i take it you’re meaning i’m the “treat every gun as if it’s loaded” sense and not actually
HN user
jasbrg
6 karma
Posts0
Comments4
No posts found.
Ask HN: How is AI-assisted coding going for you professionally? 4 months ago
Liskell – Haskell Semantics with Lisp Syntax [pdf] 7 months ago
do you know of a post or something you could point to that elaborates that argument? interested because I'm having trouble coming up with the line of reasoning on my own
Wealth and class are different dimensions. Though correlated, especially in the USA which lacks a formal institutionalized gentry, just having a lot of money isn’t enough to be of the elite, high class.
Why I Program in Lisp 1 year ago
Why is the second set of parens necessary?
it distinguishes the bindings from the body.
strictly speaking there's a more direct translation using `setq` which is more analogous to variable assignment in C/Python than the `let` binding, but `let` is idiomatic in lisps and closures in C/Python aren't really distinguished from functions.