Event JSON
{
"id": "bc4f525a0652e4d7d503d41702f600ff528c33c9df331f43b324ddf4df7ca050",
"pubkey": "9a91ae7db72622b881d7bd4e567c829152c4d83cd13d0de476726758373bdf14",
"created_at": 1717192171,
"kind": 1,
"tags": [
[
"p",
"c46af14157e6573570abfb3f322acdc20d77f06fb7807c6f250d73f601e3c34f"
],
[
"proxy",
"https://emacs.ch/@thuna_cing/112537906120548360",
"web"
],
[
"p",
"93aab2ac3ed3f758d04ee8fa72a0b90c99e88905cc25b98c5853b9a8e8e26490"
],
[
"p",
"9084611b24cc0306e639d97af3e897179fb34eb843673852dbe41b244bcfd680"
],
[
"e",
"c8e9b4b4303d12a365a4512b400f1e5d54ab45eaf30eb685d58ec7f8744bb134",
"",
"reply"
],
[
"p",
"4af79f5cf377697ef5a04b2c30181136aa92853a8250a141f173bcb2a7b9f4c0"
],
[
"p",
"0964ed1cd95e6f32eed8ddc05e719dfa2d742178694175a21783508e80fc3909"
],
[
"p",
"2ef274c70d12256794b51707ab97899e7bd0b871fabe2656eac07a858b5d27e0"
],
[
"p",
"9a91ae7db72622b881d7bd4e567c829152c4d83cd13d0de476726758373bdf14"
],
[
"e",
"011d70305158ef79c32d929c06ec05bc8a293ca1f5e083e29614342d4404ab39",
"",
"root"
],
[
"proxy",
"https://emacs.ch/users/thuna_cing/statuses/112537906120548360",
"activitypub"
],
[
"L",
"pink.momostr"
],
[
"l",
"pink.momostr.activitypub:https://emacs.ch/users/thuna_cing/statuses/112537906120548360",
"pink.momostr"
]
],
"content": "Indentation is there to clarify what is happening. You would not look at\n\n(loop for x below 3\n if (oddp x)\n unless (zerop x)\n collect x\n else collect 'a)\n\nand 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.\n\nIndentation 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.",
"sig": "de3fe6b8acd182e5d21162df049489f519533269e1b578cd9c46ba2b08f777bac53ee7409b153eca003bda890a330932373d301e9b331513c750028712923137"
}