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
We have java.lang package
We have java.lang package implicitly imported(called) in java.
Do we have any such packages in scala???
we have java.lang and scala
we have java.lang and scala package by default included int the scala program
java.lang and scala package
java.lang and scala package are by default included in the source code
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
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
thanks,rkg :)
thanks,rkg :)
wat are the major
HI Rajkumar,It can be used
Post new comment