fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.6K
active users

#polymorphism

0 posts0 participants0 posts today

🥱 Ah, the riveting world of Zig's "polymorphism" 🤓—because nothing screams excitement like reinventing interfaces with #static and #dynamic #dispatch. Who knew simplicity and performance meant "let's complicate things for fun"? 🎢
williamw520.github.io/2025/07/ #Zig #Polymorphism #Dispatch #Programming #Fun #HackerNews #ngated

Software Fragments · Zig Interface RevisitedAchieving polymorphism via dynamic dispatch in Zig
Replied in thread

@pancake @cryptax
TBF, it's C++ that invented it's own naming.
What we (usually) call #polymorphism in c++ in programming languages development is usually called "ad hoc polymorphism".
"template functions" are basically "polymorphic functions" or it's a "parametric polymorphism",
"template classes" are "polymorphic types".

What the compiler does when "instantiating a template" is "monomorphization".

This isn't just #rust-lingo.

I'm saying all of this mostly as C++ dev

Association of the rs4646994 Polymorphism in the ACE1 Gene with the Severity of COVID-19 in Children from Ukraine - #children #COVID19 #lunginjury #geneticmarker #IDpolymorphismoftheACE1gene #Ukraine #rs4646994 #polymorphism #ACE1gene - link.springer.com/article/10.3

SpringerLinkAssociation of the rs4646994 Polymorphism in the ACE1 Gene with the Severity of COVID-19 in Children from Ukraine - Cytology and GeneticsAbstract Coronavirus disease 2019 (COVID-19), first identified in late 2019 in Wuhan City, Hubei Province, China, remains a pressing public health challenge of the twenty-first century with significant morbidity and mortality despite the implementation of a vaccine campaign. Of particular interest are results of research on the role of genetic factors in the course of COVID-19. Such data indicate the probable existence of a hereditary predisposition of individuals to a severe and complicated course of the coronavirus disease. The results of a number of studies indicate the involvement of polymorphic variants I/D of the ACE1 gene in the particular course of the corona virus disease. The purposes of this work were to study the peculiarities of the distribution of genotypes according to the rs4646994 polymorphism of the ACE1 gene and to assess the association of this polymorphism with the severity of the course of the coronavirus disease and the risk of developing pathological changes in the lungs during the coronavirus disease in a cohort of children who suffered from COVID-19. For this purpose, in the examined group of 244 children with laboratory-confirmed COVID-19, genotyping was carried out according to the rs4646994 polymorphism of the ACE1 gene using melting curve analysis of PCR products, the detection of which occurs due to the fluorescence of the intercalating dye EvaGreen. According to the results of the study, an association was established between homo- and heterozygous carriers of the I allele with a severe course of the disease and, in particular, with lung injury. The obtained data can serve as a basis for the use of the I/D polymorphism of the ACE1 gene as a genetic marker for predicting the course of the disease for COVID-19 and become important information for the development of personalized therapy in children.

Гайд на полиморфизм. Основные идеи

Полиморфизм, сколько в этом слове красивого и даже таинственного. Происходит от греческого πολύμορφος что означает — многообразный. В программировании это понятие встречается часто и обыденно для понимания большинством программистов. Но так ли это на самом деле?

habr.com/ru/articles/910194/

#полиморфизм #ооп #polymorphism #функциональное_программирование #rust #c# #java #typescript #kotlin #go

ХабрГайд на полиморфизм. Основные идеиПолиморфизм, сколько в этом слове красивого и даже таинственного. Происходит оно от греческого πολύμορφος что означает — многообразный.  В программировании это понятие встречается часто...

Genotype (Genetics 🧬)

The genotype of an organism is its complete set of genetic material. Genotype can also be used to refer to the alleles or variants an individual carries in a particular gene or genetic location. The number of alleles an individual can have in a specific gene depends on the number of copies of each chromosome found in that species, also referred to as ploidy. In diploid species like...

en.wikipedia.org/wiki/Genotype

en.wikipedia.orgGenotype - Wikipedia

#datetime.datetime class being a subclass (discovered yesterday) of datetime.date class, need to check that type is NOT *.datetime instead of check of being *.date in order to differentiate.

#Python cannot grow builtin support for (function) #polymorphism (based on parameter count & types) soon enough. #wishlist

Also, *.date class has no constructor to make an object from *.datetime object (but has 4 *.date.from* constructors; so: "*.date.fromisoformat( dt.strftime( '%Y-%m-%d' ) )"?)😒