Scala Express record 1

Source: Internet
Author: User

Choose Learning Scala This book, 200 pages, thin enough.

Install http://www.scala-lang.org/to download binary versions. Inside the bin is an interactive shell that runs under all operating systems, called Rpel in Scala. The interactive interface is much like Python and Ruby, which is easy to get started with.

Scala is a strongly typed language,

A type is the kind of data and working with, a definition or classification of data. All data on Scala corresponds to a specific type, and all Scala types is defined as classes with methods that operate On the data.

Scala has a GC mechanism (the JVM-based will have a GC mechanism)

Scala assignment Syntax:<name>:<type>=<literal>

Scala's data type Byte, Short,int,long,float, Double, String,char length are consistent with Java.

Scala variable var <identifier>[: type]= <data>

If you do not specify a type, the compiler helps specify the type, but once the type is specified, it cannot be changed.

Scala Express record 1

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.