RSSAmplifier

Gregory Kelleher · Mar 16, 2021

The merits of Static Paradigms versus Duck Typing

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Having recently returned to dynamically-typed languages, I've found myself stumbling a little without the safety net of type-checking. Yet, I'm not convinced on the principles of duck-typing either. What is Duck-Typing anyway? Python is an example of a strongly, dynamically typed language. Type constraints are not checked at compile time; however, poorly-defined operations (e.g. conversions) are…

Read on gregorykelleher.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.