Download pdf of scala documentation
Is this an intentional omission? Where can I download it? I don't know which source jars I have to include. See API docs at this page. The API Docs download is hard to find because if you just go to the link for the current version of scala the menu item named other resources which has as a subitem, the API docs download isn't there.
Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Where to download the latest Scala API documentation? Ask Question. Asked 8 years, 2 months ago. Active 5 years, 8 months ago. Viewed 8k times.
Skip to content. Star The Scala Documentation website docs. Branches Tags. Could not load branches. Could not load tags. Latest commit. Git stats 5, commits. Failed to load latest commit information. View code. Quickstart To build and view the site locally: gem install bundler bundle install bundle exec jekyll serve -I. This is just a brief tour, not a full language tutorial. If you want a more detailed guide, consider obtaining a book or consulting other resources. Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.
It seamlessly integrates features of object-oriented and functional languages. Scala is a pure object-oriented language in the sense that every value is an object. Types and behaviors of objects are described by classes and traits. Classes can be extended by subclassing, and by using a flexible mixin-based composition mechanism as a clean replacement for multiple inheritance.
Scala is also a functional language in the sense that every function is a value. Scala provides a lightweight syntax for defining anonymous functions, it supports higher-order functions , it allows functions to be nested , and it supports currying. In this context, for comprehensions are useful for formulating queries. These features make Scala ideal for developing applications like web services.
In particular, the type system supports:.
0コメント