HN user

jasbrg

6 karma
Posts0
Comments4
View on HN
No posts found.

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 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.