7 ms·
Your point stands, but I think you're arguing about static vs dynamic typing, rather than strong vs weak typing. CL is dynamically typed (values have types, no
by ibiza 3y ago
Your point stands, but I think you're arguing about static vs dynamic typing, rather than strong vs weak typing.
CL is dynamically typed (values have types, not variables), w/ strong types (automatic type coercions are rare).