Skip to content

Latest commit

 

History

History
110 lines (105 loc) · 4.11 KB

index.md

File metadata and controls

110 lines (105 loc) · 4.11 KB
layout languages title namespace discourse partof more-resources-label redirect_from sections
landing-page
ja
zh-cn
ru
uk
Learn Scala
root
true
documentation
More Resources
/scala3/
/scala3/index.html
title links
First Steps...
title description icon link
Getting Started
Install Scala on your computer and start writing some Scala code!
fa fa-rocket
/getting-started.html
title description icon link
Tour of Scala
Bite-sized introductions to core language features.
fa fa-flag
/tour/tour-of-scala.html
title description icon link
Scala 3 Book
Learn Scala by reading a series of short lessons.
fa fa-book-open
/scala3/book/introduction.html
title description icon link
Scala Toolkit
Sending HTTP requests, writing files, running processes, parsing JSON...
fa fa-toolbox
/toolkit/introduction.html
title description icon link
Online Courses
MOOCs to learn Scala, for beginners and experienced programmers.
fa fa-cloud
/online-courses.html
title description icon link
Books
Printed and digital books about Scala.
fa fa-book
/books.html
title description icon link
Tutorials
Take you by the hand through a series of steps to create Scala applications.
fa fa-tasks
/tutorials.html
title links
Returning Users
title description icon link
API
API documentation for every version of Scala.
fa fa-file-alt
/api/all.html
title description icon link
Guides & Overviews
In-depth documentation covering many of Scala's features.
fa fa-database
/overviews/index.html
title description icon link
Style Guide
An in-depth guide on how to write idiomatic Scala code.
fa fa-bookmark
/style/index.html
title description icon link
Cheatsheet
A handy cheatsheet covering the basics of Scala's syntax.
fa fa-list
/cheatsheets/index.html
title description icon link
Scala FAQ
Answers to frequently-asked questions about Scala.
fa fa-question-circle
/tutorials/FAQ/index.html
title description icon link
Language Spec v2.x
Scala 2's formal language specification.
fa fa-book
title description icon link
Language Spec v3.x
Scala 3's formal language specification.
fa fa-book
title description icon link
Scala 3 Language Reference
The Scala 3 language reference.
fa fa-book
title links
Explore Scala 3
title description icon link
Migration Guide
A guide to help you move from Scala 2 to Scala 3.
fa fa-suitcase
/scala3/guides/migration/compatibility-intro.html
title description icon link
New in Scala 3
An overview of the exciting new features in Scala 3.
fa fa-star
/scala3/new-in-scala3.html
title description icon link
All new Scaladoc for Scala 3
Highlights of new features for Scaladoc
fa fa-star
/scala3/scaladoc.html
title description icon link
Talks
Talks about Scala 3 that can be watched online
fa fa-play-circle
/scala3/talks.html
title links
Scala Evolution
title description icon link
Scala Improvement Process
Description of the process for evolving the language, and list of all the Scala Improvement Proposals (SIPs).
fa fa-cogs
/sips/index.html
title description icon link
Become a Scala OSS Contributor
From start to finish: discover how you can help Scala's open-source ecosystem
fa fa-code-branch
/contribute/