Difference between lazy val and val in Scala Language?
The difference between val and lazy val is that a val is executed when it is defined whereas lazy val is executed when it is...
The difference between val and lazy val is that a val is executed when it is defined whereas lazy val is executed when it is...
Scala Lang has many different symbols used in its syntax. Below is the list of symbols and their use in Scala language. "->" arrow symbol...
To install Scala on Linux you need to get scala on your Linux machine. You can get Scala by below two methods : 1) Default...
Twitter is built on open-source software—here are the projects released or contributed by them. 1. KESTRAL Kestrel is based on Blaine Cook's "starling" simple, distributed...
http://jakarta.apache.org/ant/. Ant allows the developer to automate the repeated process involved in the development of Java/Scala application. Developers can easily write the script to automate...
The Owner of SPECS project commented on my previous post Development Tools available for Scala Language saying that new version of Specs2 is available. Let...
In Scala language, you can define a variable using either a val or a var keyword. The variables defined using val keyword are immutable and...
There are many ways to read files in using Scala language. I will walk through the options available for reading the file. If anyone wants to add...
Scala is a hybrid functional and object-oriented language. When creating a multithreaded application in Scala, you’ll lean toward a functional style of programming where you...
This video clip explains what happens when we develop a trait (that includes both abstract and concrete methods) in Scala and compile it. The outcome...
Due increased popularity of scala language and increase number of user in scala world new development tools for Scala language are evolving now a days....
In software engineering, aspects are concerns that cut across multiple modules. They can lead to the common problems of concern tangling and scattering: concern tangling...
Creator of Scala language has explained in a very nice way. In this talk he describes the design principles of the Scala programming language, which...
A few days back, I was reading an interview with James Gosling, the creator of Java. While he’ll always be celebrated for Java, his comments...