Top "Dynamic-typing" questions

Dynamic Typing is a property of a programming language where type checks are performed mostly at run time.

Is there a compiled* programming language with dynamic, maybe even weak typing?

I wondered if there is a programming language which compiles to machine code/binary (not bytecode then executed by a …

programming-languages typing static-typing dynamic-typing