• alias_qr_rainmaker@lemmy.worldOP
    link
    fedilink
    arrow-up
    8
    arrow-down
    2
    ·
    7 months ago

    list comprehensions aren’t changed much. but a statement like dog = Dog(name="fido") is transpiled to the dog is now a Dog with name 'fido'

    the language uses backticks for strings. it handles nested stringly nicely because of it