Theme 1 – Preference for static vs. dynamic typing
“The goal is that most of your code can have the assurances of static typing, but you can still opt in to dynamically‑typed glue code…” – jamii
“Dynamic typing is neat, I actually prefer it to static typing.” – Pay08
Theme 2 – Terminology and conceptual framing of typing
“Technically, in a type theory context, there’s no such thing as ‘dynamic typing’. Types are a static, syntactic property of programs.” – antonvs
“Dynamic typing is no typing.” – choeger
Theme 3 – Specific language‑semantics question
“Can someone help confirm whether I understand correctly the semantics difference between the final‑line eval of
x^vsx*?” – drabbiticus