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
  •  | 
  •  

Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top