Hacker News
- Using an idea found here, I published my first crate: polymorphic-constant ! https://www.reddit.com/r/rust/comments/m4ag73/using_an_idea_found_here_i_published_my_first/ 4 comments rust
- Cortege: a Row-polymorphic Tuple http://keleshev.com/cortege-a-row-polymorphic-tuple 10 comments ocaml
- Union Types vs Polymorphism — Writing Extensible Software https://medium.com/@mahifoo/union-types-vs-polymorphism-writing-extensible-typescript-99dffa453145 109 comments programming
- Dragging Haskell Kicking and Screaming into the Century of the Fruitbat :: Reasonably Polymorphic https://reasonablypolymorphic.com/blog/century-of-the-fruitbat/ 152 comments haskell
- One-to-Many Polymorphic Relation & Hierarchical Table at the same time? - Nested Comments https://laravel.com/docs/8.x/eloquent-relationships#one-to-many-polymorphic-relations 4 comments laravel
- zero_v 0.2.0: Collections without dynamic polymorphism, now with less boilerplate! https://crates.io/crates/zero_v/0.2.0 6 comments rust
- Polymorphic association error https://www.reddit.com/r/rails/comments/le65kz/polymorphic_association_error/ 3 comments rails
- Runtime Polymorphism with std::variant and std::visit (Updated 2nd Nov: Build times, passing args) https://www.bfilipek.com/2020/04/variant-virtual-polymorphism.html 3 comments cpp
- OOP is established to the point that we sometimes follow absurdly complicated “idiomatic” patterns(tricks). One example is the Double Dispatch technique, which is a quite puzzling chain of polymorphic calls. Let’s see it in action and compare it to a quite elegant Functional alternative. https://vkontech.com/clash-of-styles-part-5-double-dispatch-or-when-to-abandon-oop/ 74 comments csharp
- Statically Sized Higher-kinded Polymorphism http://blog.ielliott.io/sized-hkts/ 25 comments rust
- How to use C++ polymorphism in Rust https://medium.com/@senges.alex/how-to-use-c-polymorphism-in-rust-76e1d1a88ed1 6 comments rust
- Polymorphism Decision Table https://ukilele.github.io//2020/05/11/polymorphism-decision-table.html 4 comments cpp
- [ANN] typelits-printf: type-safe polymorphic printf using GHC TypeLits (leveraging the symbols library) https://hackage.haskell.org/package/typelits-printf 17 comments haskell
- What are the differences between Bounded Parametric Polymorphism and Ad Hoc Polymorphism? https://www.reddit.com/r/purescript/comments/df8xv8/what_are_the_differences_between_bounded/ 6 comments haskell
- Freer Monads, More Better Programs :: Reasonably Polymorphic https://reasonablypolymorphic.com/blog/freer-monads/ 37 comments haskell
- How to Write Technical Posts (so people will read them) :: Reasonably Polymorphic https://reasonablypolymorphic.com/blog/writing-technical-posts/ 9 comments haskell
- ELI5 difference between has_many :through and polymorphic assiciation https://www.reddit.com/r/rails/comments/aghk4d/eli5_difference_between_has_many_through_and/ 7 comments rails
- Polymorphism within Vuex store? https://refactoring.guru/replace-conditional-with-polymorphism 7 comments vuejs
- GHC Proposal - Row Polymorphism https://github.com/ghc-proposals/ghc-proposals/pull/180 50 comments haskell
- Return type polymorphism in Haskell https://eli.thegreenplace.net/2018/return-type-polymorphism-in-haskell/ 13 comments programming
- How to make a better polymorphic clone in modern C++ (an answer to fluentcpp.com) https://deque.blog/2017/09/08/how-to-make-a-better-polymorphic-clone/ 17 comments cpp
- Profunctor Polymorphism | Bartosz Milewski's Programming Cafe https://bartoszmilewski.com/2016/08/16/profunctor-polymorphism/ 3 comments haskell
- [OOP] Polymorphism Question https://www.reddit.com/r/learnprogramming/comments/4wk7tn/oop_polymorphism_question/ 7 comments learnprogramming
- A new way to grow crystals has been discovered by researchers as they have successfully controlled polymorphism in the polyaromatic hydrocarbon coronene, producing a crystal structure that had never before been observed. http://www.bristol.ac.uk/news/2016/may/new-way-of-growing-crystals.html 3 comments science
- RFC: Associated type operators (a form of higher-kinded polymorphism) https://github.com/rust-lang/rfcs/pull/1598 4 comments rust
- Snippet: Getting the name of a type as a String using Generics for nicer error messages in polymorphic code https://gist.github.com/nh2/1a03b7873dbed348ef64fe536028776d 4 comments haskell
- Using templates and lambdas to make a safe copyable polymorphic wrapper http://blog.therocode.net/2016/01/copyable-polymorphic-wrapper 26 comments cpp
- For the folks who still have a confusion in concepts like abstraction, polymorphism etc etc, here is an easy read. Please check it out. You'll surely like it. https://theleancoder.wordpress.com/2015/10/11/the-four-pillars-of-object-oriented-design/ 117 comments programming
- About non-intrusive polymorphism http://blog.biicode.com/about-non-intrusive-polymorphism/ 11 comments cpp
- Jonathan Blow: Jai - Polymorphism http://www.twitch.tv/naysayer88/b/644215381 5 comments programming
- Is Multiple Niche Polymorphism a form of Negative Frequency Dependent Selection? http://www.blackwellpublishing.com/ridley/a-z/Multiple_niche_polymorphism.asp 3 comments askscience
- Polymorphism for Beginners (from perspective of a Java/C/Python dev) http://roscidus.com/blog/blog/2013/12/20/polymorphism-for-beginners/ 3 comments programming
- Value Semantics and Polymorphism | C++ Soup! http://www.cplusplus-soup.com/2012/10/value-semantics-and-polymorphism.html 5 comments cpp
- Embedding F: embed polymorphic domain specific languages in Haskell ,OCaml [pdf] http://homepages.inf.ed.ac.uk/slindley/papers/embedding-f-draft-june2012.pdf 3 comments ocaml
- Playing with Factor's Row Polymorphism in Haskell — Gist https://gist.github.com/1847747 5 comments haskell
- C++ Language Tutorial (pdf). These tutorials explain the C++ language from its basics up to the newest features of ANSI-C++, including basic concepts such as arrays or classes and advanced concepts such as polymorphism or templates. http://www.cplusplus.com/files/tutorial.pdf 24 comments programming
- Using kind polymorphism: monads as monoids http://monoidal.blogspot.com/2010/07/kind-polymorphism-in-action.html 9 comments haskell
- Static Typing Woes: List<subtype of T> is not polymorphic with List<T> http://www.25hoursaday.com/weblog/2007/08/09/cgenericsimplicittypeconversionhell.aspx 5 comments programming
- FC++: Functional Programming in C++ - Higher-Order Polymorphic Functions in the C++ Language http://www-static.cc.gatech.edu/~yannis/fc++/ 4 comments programming