current location: Home > Download > Manual Download > Other manuals > Scala Chinese Manual Scala Getting Started and Advanced
Scala Chinese Manual Scala Getting Started and Advanced
Classify: Manual Download / Other manuals | Release time: 2024-02-02 | visits: 1335 |
Download: 30 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 How Can C 11 Type Traits Detect the Presence of a Member Function with a Specific Signature?
- 2 How to Implement Multi-File Uploads in PHP?
- 3 How Can I Create Partial Borders in CSS?
- 4 How to Build a Highly Scalable TCP/IP Server?
- 5 What Does the C `restrict` Keyword Do and How Does It Optimize Code?
- 6 Class vs. ID in HTML Divs: When to Use Which?
- 7 How to Secure Your MySQL Database: Best Practices for Data Protection
- 8 Why Do I Get an IndexError When Assigning Values to an Empty Python List?
- 9 How Can I Efficiently Locate Div Elements with Specific CSS Classes Using XPath?
- 10 Understanding and Fixing Uncaught SyntaxError: Cannot Use Import Statement Outside a Module in JavaScript
- 11 Why Should You Avoid Async Void Methods in C#?
- 12 Why Doesn't BULK INSERT Accept Variable File Paths in Stored Procedures?
- 13 How Does SQL Collation Impact Data Sorting and Query Results?
- 14 Planet Zoo: How To Pick A Biome For Your Zoo
- 15 Why Doesn't `table > tr > td` Select `td` Elements in HTML Tables?
Latest Tutorials
-
- Go language practical GraphQL
- 2362 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3778 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2011 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2790 2024-03-29
Scala is also a functional language, and its functions can also be used as values. Scala provides a lightweight syntax for defining anonymous functions, supports higher-order functions, allows nesting of multi-level functions, and supports currying. Scala's Case Class and its built-in pattern matching are equivalent to the Algebraic Type commonly used in functional programming languages.
Scala Class is a series of lectures launched by Twitter to help experienced engineers become effective Scala programmers. Scala is a relatively new language but borrows many familiar concepts. Therefore, the lectures in the course assume that the audience knows these concepts and show how to use them in Scala. We've found this to be an effective way to get new engineers up to speed quickly. The website contains written materials that accompany these lectures and are also useful in their own right.
Method
We believe that the most meaningful way to teach is not to think of Scala as an improved Java, but as a new language. So here we will not introduce the experience of using Java, but will focus on the interpreter and the "object-functional" style, as well as our programming style. Special emphasis is placed on maintainability, clear expression, and taking advantage of the type system.
Most courses require no additional software beyond Scala's interactive command line. Readers are encouraged to study sequentially and not only. Let these courses be your starting point for exploring Scala!