Compiling Scala for the Java Virtual Machine

Compiling Scala for the Java Virtual Machine

简介:

本书重点介绍了Scala的两个重要概念的编译: mixin继承和运行时类型。编译技术是在java虚拟机的上下文中介绍的,但是可以很容易地适应其他类似的环境。Mixin继承是一种相对较新的继承形式,与单继承相比提供了新功能,没有多重继承的复杂性。

英文简介:

This book focuses on the compilation of two important concepts of Scala : mixin inheritance and run time types. The compilation techniques are presented in the context of the Java virtual machine, but could be adapted easily to other similar environments. Mixin inheritance is a relatively recent form of inheritance, offering new capabilities compared to single inheritance, without the complexity of multiple inheritance.

书名
Compiling Scala for the Java Virtual Machine
译名
为 Java 虚拟机编译 Scala
语言
英语
页数
121页
大小
570.45 kB
标签
  • Scala
  • Java
  • 下载
    pdf iconCompiling Scala for the Java Virtual Machine.pdf
    密码
    65536

    最后更新:2025-04-12 23:54:38

    ←Introduction to Neural Networks with Java

    →Virtual Machine Design and Implementation in C/C++