Skip to content

Latest commit

 

History

History
125 lines (121 loc) · 4.73 KB

index.md

File metadata and controls

125 lines (121 loc) · 4.73 KB
layout languages title namespace discourse partof more-resources-label scala3-sections scala2-sections
documentation
ja
zh-cn
ru
Documentation
root
true
documentation
More Resources
title links
First steps
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
Getting Started
Install Scala 3 on your computer and start writing some Scala code!
fa fa-rocket
/scala3/getting-started.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 links
More detailed information
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
Guides
Detailed guides about particular aspects of the language.
fa fa-map
/scala3/guides.html
title description icon link
Scala Library API
API documentation for every version of the Scala 3 standard library.
fa fa-file-alt
title description icon link
Language Reference
The Scala 3 language reference.
fa fa-book
/scala3/reference/overview.html
title description icon link
Scala 3 Contributing Guide
Guide to the Scala 3 Compiler and fixing an issue
fa fa-cogs
/scala3/guides/contribution/contribution-intro.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 description icon link
Online Courses
MOOCs to learn Scala, for beginners and experienced programmers.
fa fa-cloud
/online-courses.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 Book
Learn Scala by reading a series of short lessons.
fa fa-book-open
/overviews/scala-book/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
Scala's formal language specification.
fa fa-book
title links
Scala Evolution
title description icon link
SIPs
The Scala Improvement Process. Language & compiler evolution.
fa fa-cogs
/sips/index.html
title description icon link
Contributing to Scala
The Complete Guide to Contributing to the Scala Project
fa fa-cogs
/contribute/