Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 848 Bytes

language.md

File metadata and controls

17 lines (13 loc) · 848 Bytes

Language

At this point, Rsc supports a subset of Scala. It is enough to produce signatures for automatically rewritten core of Twitter Util.

The biggest limitation is the lack of type inference for result types of vals, vars and defs, as well as type arguments for super constructor calls. We don't plan to address this limitation in the near future. Instead, we rely on Scalafix to automatically rewrite Scala sources to be compatible with Rsc.

There are other limitations, and we will be working on addressing them according to our roadmap.