• 0 posts
  • 15 comments
Joined 1 year ago
Cake day: May 8th, 2025
  • At first it seems nice…I played with it for a few hours in an established project and didn’t mind. But the I thought about using it from scratch and I’m just baffled anyone does. It’s like if CSS was slightly more abbreviated but you couldn’t use classes so every style has to be specified on every component.

  • Lemme golf that

    ~ $ python
    Python 3.12.10 (main, Apr  9 2025, 18:13:11) [Clang 18.0.3 (https://android.googlesource.com/toolchain/llvm-project d8003a456 on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> class x:
    ...  def __repr__(s):
    ...   exit(0)
    ...
    >>> xit = x()
    >>> xit
    ~ $
    

    Not that hard