Can I just say that as someone who only codes tangentially to my work, code and documentation that uses the same word 2 or 3 times in an expression, when they mean different things, is such an immense pet peeve lf mine when learning something new.
object Object(object);
Statements dreamed up by the utterly deranged.
alias_qr_rainmaker@lemmy.world 4 days ago
list comprehensions aren’t changed much. but a statement like
dog = Dog(name=“fido”)is transpiled tothe dog is now a Dog with name ‘fido’the language uses backticks for strings. it handles nested stringly nicely because of it