You're viewing a single thread.
Dynamic typing, special and unique syntax for every language feature, interpreter intrinsics
22 0 ReplyDynamic typing is the source of very amazing errors, see JavaScript.
16 0 ReplyI think the problems there are exacerbated a lot by over-eager type coercion and other crappy design decisions inherited from almost 30 years ago
9 0 ReplyYep lua and lisp/scheme are also unityped and not even close to as broken. All are remarkably similar languages, theory-wise.
...also something something Guido not getting tail call elimination and people sending him copies of the wizard book. It's been a while.
(And, yes, lua does proper tail calls).
5 0 Reply
[object Object]
!Reddit moment.!<
5 0 Reply
Operator overloads, descriptor protocol, decorators
8 1 ReplyOperator overloads are excellent for readable code when used well - I object to their inclusion on this list.
7 0 ReplyAs long as you don't have to implement it yourself.
5 0 Reply
Honestly, I've been using type hints very heavily since they became a thing. I just use IDE completion too much to do without them.
3 0 Reply