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: 1371 |
Download: 49 |
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 Why Are Some Serial Port Values Displaying as Question Marks?
- 2 Why Isn't My Serial-to-USB Cable Working?
- 3 Building with TypeScript: A Lego-Based Guide
- 4 Why Does NULL = NULL Return False in SQL Server?
- 5 How to Enforce Unique Constraints with Nullable Columns in a Database Table?
- 6 End-To-End Encryption
- 7 MySQL Performance: Is `IN` Significantly Faster Than `OR` for Multiple Conditions?
- 8 How Can I Reliably Read and Display Data from a Scale via USB Serial Port, Handling Connection Issues?
- 9 MySQL OR vs. IN: Which Operator Offers Better Query Performance?
- 10 How Can I Use WinForms and Visual Studio to Read Data from a USB Serial Port Device?
- 11 How Do Prepared Statements Prevent SQL Injection?
- 12 How to Efficiently Read and Process Data from a USB Serial Scale Using C#?
- 13 How Can I Efficiently Handle Multiple Specific Exceptions in C#?
- 14 Copier vs Cookiecutter
- 15 MySQL IN vs. OR: Is There a Significant Performance Difference?
Latest Tutorials
-
- Go language practical GraphQL
- 2553 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3941 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2117 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2900 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!