What is Nostr?
Thuna /
npub1n2g…pn84
2024-05-31 21:49:31
in reply to nevent1q…h3zs

Thuna on Nostr: Indentation is there to clarify what is happening. You would not look at (loop for x ...

Indentation is there to clarify what is happening. You would not look at

(loop for x below 3
if (oddp x)
unless (zerop x)
collect x
else collect 'a)

and think that the else clause is a part of the unless clause, but it is. This is because LOOP is just *not like lisp*, the rules of how things relate are not transferrable.

Indentation matters not because it literally changes the scope but because it informs your perspective of what the code is doing. You don't *need* indentation when working with lisp, indeed, you can have everything be flush with the beginning of the line, but you still indent the code in a strict and consistent manner because that helps you understand what's happening without counting parentheses. It's the same for LOOP, except instead of counting parentheses you're counting conditional clauses.
Author Public Key
npub1n2g6uldhyc3t3qwhh489vlyzj9fvfkpu6y7smerkwfn4sdemmu2qgupn84