#type-system

[ follow ]
Medium
2 months ago
Scala

Scala Tip Hiyerarsisi

Scala integrates object-oriented and functional programming paradigms with a sophisticated type system for effective data type management. [ more ]
Realpython
6 months ago
Python

Duck Typing in Python: Writing Flexible and Decoupled Code - Real Python

Duck typing allows objects to be interchangeable based on behavior, not type.
Duck typing in Python emphasizes interfaces over specific types for flexibility. [ more ]
Medium
6 months ago
Scala

Programming in Scala [Chapter 22]-Implementing Lists

Understanding List class internals leads to efficient and concise coding.
Deep diving into List class enhances Scala understanding and core data structures. [ more ]
CodeProject
10 months ago
JavaScript

Record Types in the Practical Type System (PTS)

Record types are commonly used in software development projects to represent structured data.
A practical type system should provide comprehensive features for working with record types. [ more ]
[ Load more ]