Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in duck-typing

Why Collection Initialization Throws NullReferenceException

Why I can't use join for a list of objects that implement __str__?

python duck-typing

Can the C# compiler use duck typing with foreach over a generic type?

c# generics duck-typing

Redefine Method of an Object

Duck typing to allow tuples, lists, or something that can be treated like one

python duck-typing

Using Java and C#'s generics to simulate duck typing

Cast a final class to a compatible interface that the class does not claim to implement

Ruby parameter type confirmation

ruby duck-typing

Will C#4.0 dynamic objects have some facility for duck typing?

dynamic c#-4.0 duck-typing

Minimum Methods for Ordering with Duck Typing in Python 3.1

Why does to_a and to_ary behave differently in subclasses of Array?

ruby duck-typing

Abstract Base Classes versus Duck Typing

python idioms duck-typing

Structural typing is not duck typing

Implement duck typing using java MethodHandles

How can I balance "Pythonic" and "convenient" in this case?

python duck-typing

issubclass of abstract base class Sequence

Consequences of implementing to_int and to_str in Ruby

ruby duck-typing

Could I improve this method with duck typing?

Autocompletion in dynamic language IDEs, specifically Python in PyDev

Using LINQ, is it possible to output a dynamic object from a Select statement? If so, how?