Why Nostr? What is Njump?
2024-03-15 12:56:13

David Beazley on Nostr: Current annoyance: >>> @dataclass ... class Point: ... x : int ... y : int ... >>> p ...

Current annoyance:

>>> @dataclass
... class Point:
... x : int
... y : int
...
>>> p = Point("two", "three")
>>> match p:
... case Point(x):
... print("Yep:", x)
...
Yep: two
>>>

Actually, there are multiple annoyances.
Author Public Key
npub12jlgk3x6d5lx9kqgx83s4p00z4j9u8astl9deut8p86mk234qyfqntmnsz