Skip to content
forked from scala/scala3

Research platform for new language concepts and compiler technologies for Scala.

License

Notifications You must be signed in to change notification settings

yusuke2255/dotty

Folders and files

NameName
Last commit message
Last commit date
Sep 17, 2014
May 27, 2015
May 21, 2015
Jan 23, 2014
Dec 16, 2014
Jul 5, 2015
May 29, 2015
Jul 7, 2015
Jul 6, 2015
Jul 7, 2015
Feb 10, 2013
May 12, 2015
Apr 9, 2015
Feb 23, 2014
Feb 6, 2014
Feb 6, 2014
May 4, 2015
Apr 9, 2015

Repository files navigation

dotty

Build Status

Dotty is a platform to try out new language concepts and compiler technologies for Scala. The focus is mainly on simplification. We remove extraneous syntax (e.g. no XML literals), and try to boil down Scala's types into a smaller set of more fundamental constructors. The theory behind these constructors is researched in DOT, a calculus for dependent object types.

The dotty compiler is largely a new design. It takes a more functional approach than current scalac, paired with aggressive caching to achieve good performance. At present, only the frontend (parser and type-checker) exists; the transformation and code generation phases remain to be written. Some parts, in particular those that have to do with configuration and input/output are derived from the Scala compiler.

We expect that, over time, some of the new technologies explored in this project will find their way into future versions of Scala. At present it is too early to say which ones and when.

If you want to try it out, to get started have a look at https://github.com/lampepfl/dotty/wiki/Getting-Started.

Developers mailing list is https://groups.google.com/forum/#!forum/dotty-internals.

 

 

YourKit supports open source projects with its full-featured Java Profiler.

YourKit, LLC is the creator of YourKit Java Profiler.

About

Research platform for new language concepts and compiler technologies for Scala.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 96.9%
  • Java 3.0%
  • Shell 0.1%