| I would post this as a comment on http://arclanguage.org/item?id=21187, particularly rocketnia's comment on indentation (http://arclanguage.org/item?id=21203), but replies are unfortunately no longer allowed. "When invoked with a list of bindings as first argument, `let` will behave more or less like you expect it. "When called without, it will introduce the same bindings into the current lexical environment rather than opening a new, which allows reducing nesting and the number of live environments." https://www.reddit.com/r/lisp/comments/bfrds5/the_value_of_macros/elhp736/?context=1 |