Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.09 KB

taste-summary.md

File metadata and controls

32 lines (24 loc) · 1.09 KB
titletypedescriptionlanguagesnumprevious-pagenext-page
Summary
section
This page provides a summary of the previous 'Taste of Scala' sections.
ru
zh-cn
16
taste-toplevel-definitions
first-look-at-types

In the previous sections you saw:

  • How to use the Scala REPL
  • How to create variables with val and var
  • Some common data types
  • Control structures
  • How to model the real world using OOP and FP styles
  • How to create and use methods
  • How to use lambdas (anonymous functions) and higher-order functions
  • How to use objects for several purposes
  • An introduction to [contextual abstraction][contextual]

We also mentioned that if you prefer using a browser-based playground environment instead of the Scala REPL, you can also use Scastie.

Scala has even more features that aren’t covered in this whirlwind tour. See the remainder of this book and the [Reference documentation][reference] for many more details.

[reference]: {{ site.scala3ref }}/overview.html [contextual]: {% link _overviews/scala3-book/ca-contextual-abstractions-intro.md %}

close