David Beazley on Nostr: npub1q9zup…x08y4 It actually works great--and you don't even need parens for simple ...
Published at
2024-01-21 16:17:47Event JSON
{
"id": "46660ba207a855ae2e80f26f070a5be77a1cbea4d076f653495a3dd50d918f42",
"pubkey": "54be8b44da6d3e62d80831e30a85ef15645e1fb05fcadcf16709f5bb2a350112",
"created_at": 1705853867,
"kind": 1,
"tags": [
[
"p",
"0145c0c5cb3f399249a9b8f1e30c53517879c68f1e26abe9a6c362ebfee16c80",
"wss://relay.mostr.pub"
],
[
"p",
"d73dbdca82ba2ce70b29f40c0ec0ecb174c0531931873d10e0b7028563ed35e0",
"wss://relay.mostr.pub"
],
[
"e",
"8b754e34ecefb297d8f516046c08789cdd09680b37039458ae21cca073df114e",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://mastodon.social/users/dabeaz/statuses/111794839061400954",
"activitypub"
]
],
"content": "nostr:npub1q9zup3wt8uueyjdfhrc7xrzn29u8n350rcn2h6dxcd3whlhpdjqqrx08y4 It actually works great--and you don't even need parens for simple stuff. For example:\n\n n = n + 1;\n\nThat's fine. You just can't write something like this:\n\n a = b + c * d; // Error\n\nYou've just got to be explicit with parens for that:\n\n a = b + (c * d); // Good\n\nAnd even that still looks pretty normal to people.",
"sig": "918a9dac4b856fbda43a9a31ef8654416ff0928dc276737f193307a2b91160f4df5f7e2ad895f3b747db819c0376d7e991508ff245e5b2ad08a67026c1f72804"
}