TASTy File Format in Scala 3
Introduction
Scala is a language built on top of JVM. That means, .scala files are compiled into .class files by the Scala compiler.
Problems with .class File
When the Java or Scala files are converted into .class files, the types are erased and tho...
yadukrishnan.live2 min read