miqi05 IP属地:浙江

文章 关注 粉丝 访问 贡献
 
共 9 篇文章
显示摘要每页显示  条
Summer of Code Scala Projects。Evaluate existing code coverage tools to see how they work with Scala and our test suite Improve existing open-source bytecode-level coverage tools, or Write a Scala compiler plugin to emit code coverage instructions, generate coverage data in a standard format (e.g.Required Skills: Sca...
I decided (after much deliberation) that a single post linking to all six parts of the series would be useful to one or two people. So if you like to save things with del.icio.us or even plain-old-bookmarks (POBMs for short), this is the one!
List of Scala-Related Blogs
几个月前,我开始使用 Scala。我用过的编程语言还有 Pascal、C、C++、Java、PHP、Ruby 和 Groovy,但是,与所有那些我用过的语言相比,我发觉 Scala 是一门与众不同的语言。我是在看到 Twitter 上关于 Ruby 和 Scala 讨论之后,才开始我的 Scala 编程之旅的
本文源自Michel Schinz和Philipp Haller所写的A Scala Tutorial for Java programmers(面向Java程序员的Scala教程),由Bearice成中文。这个Scala教程系列文章的目标读者是有一定Java开发经验的程序员,文章内容默认程序员已经完成了Scala的下载和安装。
Ted Neward 将和您一起深入探讨 Scala 编程语言。在本系列专栏中,您将深入了解 Sacla,并在实践中看到 Scala 的语言功能。进行比较时,Scala 代码和 Java 代码将放在一起展示,但(您将发现)Scala 中的许多内容与您在 Java 编程中发现的任何内容都没有直接关联,而这正是 Scala 的魅力所在!如果用 Java 代码就能够实现的话,又何必再学习 Sc...
Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages.
As opposed to languages that only support single inheritance, Scala has a more general notion of class reuse. Scala makes it possible to reuse the new member definitions of a class (i.e. the delta in relationship to the superclass) in the definition of a new class. This is expressed as a mixin-class composition.
Scala 是一种在 Java? 虚拟机(Java? Virtual Machine,JVM)上运行的流行的新型编程语言。Scala 被编译成字节码,因此它可以利用 Java 编程语言。然而它的语法使其在某些场景下成为 Java 的一个强有力的候补。这些场景之一就是 XML 处理。Scala 容许您以多种方式导航和处理解析后的 XML。它还为 XML 构建提供了一流支持,因此无需创建 XML 字...
帮助 | 留言交流 | 联系我们 | 服务条款 | 下载网文摘手 | 下载手机客户端
北京六智信息技术股份有限公司 Copyright© 2005-2024 360doc.com , All Rights Reserved
京ICP证090625号 京ICP备05038915号 京网文[2016]6433-853号 京公网安备11010502030377号
返回
顶部