Is there a relationship between the Scala Dotty Compiler and the Dependent Objects project by Nada Amin? [closed]

StackOverflow https://stackoverflow.com/questions/21962078

  •  15-10-2022
  •  | 
  •  

Вопрос

We've seen Martin Odersky announce the Dotty Compiler - a possible future compiler for Scala without all the baggage.

We've also seen Nada Amin release the Dependent Object Types Calculus (Dot Calculus) which has been implemented in Scala.

My question is: Is there a relationship between the Scala Dotty Compiler and the Dependent Objects project by Nada Amin?

Это было полезно?

Решение

The short answer: Yes there is

Both dotty and Nada Amin's project, in their respective documentation, state that they're built on ideas from this paper: http://lampwww.epfl.ch/~amin/dot/fool.pdf

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top