ad-hoc-polymorphism
There are 11 repositories under ad-hoc-polymorphism topic.
louthy/language-ext
C# pure functional programming framework - come and get declarative!
symbola/symbola
Native JavaScript prototype extension with symbol protocols
coord-e/ad-hoc-poly
Implementation of type classes
lctr/wysk
A statically typed functional language with type inference, ad-hoc polymorphism, and an extensible operator syntax. Influenced by Rust, ML, and Haskell.
Zeta611/type-safe-programming
SLConf 2024: 타입으로 안전하게 프로그래밍하기
iliocatallo/mire
Generic functions in JavaScript.
mwagner86/CPP_02
CPP Project 02
owaismohsin001/junu-spaghetti
Junu Spaghetti, a language that types spaghetti code
r8vnhill/free-love-scala
Free Love uses a library model to showcase advanced Scala concepts like polymorphism, variance, bounds, and the Curiously Recurring Template Pattern.
raveriss/cpp02
C++98 exercises focusing on ad-hoc polymorphism, operator overloading, and canonical forms
python-supply/embedded-languages-via-overloading
Python's extensive support for operator overloading can help you greatly reduce the conceptual complexity of your library or framework, allowing programmers who must use it to leverage the extensive knowledge and skills they already possess.