Scala

kumar's picture

SCALA

It is one of the fastest Language I’ve ever experienced it.

Guess what its a object oriented programming language with high emphasis on Functional Concepts.

The people who know java can understand scala very easily because

1. Its very similar to java
2. It runs on top of JVM
3. code reduces to large extend when compared to java
4. All Java Libraries can be used in Scala with the simple import statement
5. Everything is a object
6. Domain Specific Language

Its the best thing that can happen to JAVA ,this is where functional language pattern meets OOP.

To get started visit http://www.scala-lang.org/

Comments

mukund's picture

We have java.lang package

We have java.lang package implicitly imported(called) in java.
Do we have any such packages in scala???

kumar's picture

we have java.lang and scala

we have java.lang and scala package by default included int the scala program

kumar's picture

java.lang and scala package

java.lang and scala package are by default included in the source code

mukund's picture

was reading the scala book

was reading the scala book and came to know that even Predef package is imported implicitly in every scala program

kumar's picture

HI mukund predef is

HI mukund predef is definately included by default but it is not a package ,it is a class or more specifically a object which is part of scala package ,and we know that scala package is imported implicitly

mukund's picture

thanks,rkg :)

thanks,rkg :)

Anonymous's picture

wat are the major

wat are the major applications of Scala......... R.Rajkumar
kumar's picture

HI Rajkumar,It can be used

HI Rajkumar,
It can be used for developing domain specific languages.
it runs on top of JVM and supports all the libraries or the packages of Java making it highly superior because it adds the taste of functional language .
Apart from that it can be also used for Artificial Inteligence .

Post new comment

CAPTCHA
Thank you for using Captcha to prevent automated spam submissions.
Image CAPTCHA
Enter the characters (without spaces) shown in the image.