0% found this document useful (0 votes)
30 views1 page

Scala: Useful Links On Scala

Scala is a multi-paradigm programming language that integrates object-oriented and functional features in a concise and type-safe way. It was created by Martin Odersky and released in 2003. This tutorial explains the basics of Scala for beginners in a simple way to help them understand the language at a moderate level, covering that Scala is based on Java syntax so previous Java experience helps, and providing useful links for more information on Scala.

Uploaded by

RK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views1 page

Scala: Useful Links On Scala

Scala is a multi-paradigm programming language that integrates object-oriented and functional features in a concise and type-safe way. It was created by Martin Odersky and released in 2003. This tutorial explains the basics of Scala for beginners in a simple way to help them understand the language at a moderate level, covering that Scala is based on Java syntax so previous Java experience helps, and providing useful links for more information on Scala.

Uploaded by

RK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

SCALA

Scala is a modern multi-paradigm programming language designed to express


common programming patterns in a concise, elegant, and type-safe way. Scala has
been created by Martin Odersky and he released the first version in 2003. Scala
smoothly integrates the features of object-oriented and functional languages. This
tutorial explains the basics of Scala in a simple and reader-friendly way.
This tutorial has been prepared for beginners to help them understand the basics of
Scala in simple and easy steps. After completing this tutorial, you will find yourself at a
moderate level of expertise in using Scala from where you can take yourself to next
levels.
Scala Programming is based on Java, so if you are aware of Java syntax, then it's
pretty easy to learn Scala. Further if you do not have expertise in Java but if you know
any other programming language like C, C++ or Python then it will also help in
grasping Scala concepts very quickly.

Useful Links on Scala


 The Scala Programming Language − All the information required to start writing
programs in Scala! Contains manuals, a tour of Scala, information on the
available Scala books, many guides, and useful documentation resources.
 Standard scaladoc Scala API − Browse the online API documentation generated
by using our standard scaladoc tool.
 Java  2 SDK, Standard Edition − Official site for Java  2 SDK, Standard Edition.
TM TM

 Free Java Download − Download Java for your desktop computer now!
 Sun Developer Network − Sun Microsystem's official website listing down all the
API documentation, latest Java Technologies, Books and other resource.

You might also like