G Castagna, V Lanvin, T Petrucciani… - Proceedings of the ACM on …, 2019 - dl.acm.org
We define a new, more semantic interpretation of gradual types and use it to``gradualize''two forms of polymorphism: subtyping polymorphism and implicit parametric polymorphism. In …
Many languages are beginning to integrate dynamic and static typing. Siek and Taha offered gradual typing as an approach to this integration that provides a coherent and full-span …
C#, Dart, Pyret, Racket, TypeScript, VB: many recent languages integrate dynamic and static types via gradual typing. We systematically develop three calculi for gradual typing and the …
KC Lu, B Greenman, C Meyer, D Viehland… - arXiv preprint arXiv …, 2022 - arxiv.org
Context: Gradually-typed languages allow typed and untyped code to interoperate, but typically come with significant drawbacks. In some languages, the types are unreliable; in …
M Cassola, A Talagorria, A Pardo, M Viera - Proceedings of the 24th …, 2020 - dl.acm.org
Elixir is a functional programming language with dynamic typing. In this paper we propose a type system that makes it possible to perform static type-checking on a significant fragment …
B Greenman, A Takikawa, MS New, D Feltey… - Journal of Functional …, 2019 - cambridge.org
A sound gradual type system ensures that untyped components of a program can never break the guarantees of statically typed components. This assurance relies on runtime …
M Greenberg - Proceedings of the 42nd Annual ACM SIGPLAN …, 2015 - dl.acm.org
The standard algorithm for higher-order contract checking can lead to unbounded space consumption and can destroy tail recursion, altering a program's asymptotic space …
W Ye, M Toro, F Olmedo - Proceedings of the ACM on Programming …, 2023 - dl.acm.org
Probabilistic programming languages have recently gained a lot of attention, in particular due to their applications in domains such as machine learning and differential privacy. To …
G Castagna - The French School of Programming, 2023 - Springer
In this essay I present the advantages and, I dare say, the beauty of programming in a language with set-theoretic types, that is, types that include union, intersection, and negation …