Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in duck-typing

What is a Refused Bequest?

Specializing templates based on methods

Should I define interfaces in Duck Typed languages?

Implementing safe duck-typing in C#

c# adapter duck-typing

If duck-typing in Python, should you test isinstance?

python equality duck-typing

F# and duck-typing

Return one of two possible objects of different types sharing a method

Are there any static duck-typed languages?

Does C# have an equivalent to Scala's structural typing?

Python and dictionary like object

Java generics seem to work differently for classes than for methods

java generics duck-typing

Why duck typing is allowed for classes in TypeScript

Is there any point for interfaces in dynamic languages?

How to handle "duck typing" in Python?

python oop types duck-typing

What are some advantages of duck-typing vs. static typing?

groovy duck-typing

Duck type testing with C# 4 for dynamic objects

dynamic c#-4.0 duck-typing

What is the difference between polymorphism and duck typing?

What's an example of duck typing in Java?

java duck-typing

How is duck typing different from the old 'variant' type and/or interfaces?

What's the relationship between C++ template and duck typing?

c++ templates duck-typing