top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the main motto of Scala Language?

+2 votes
404 views
What is the main motto of Scala Language?
posted Oct 5, 2016 by Karthick.c

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Like Java’s Motto “Write Once Run Anywhere”, Scala has “Do More With Less” or “Do More With Less Code” Motto.
“Do More With Less” means that we can develop more complex program or logic with less code.

answer Oct 6, 2016 by Shyam
Similar Questions
+4 votes

What is the main use of Option and Either in Scala? How do we handle Errors or Exceptions in Functional Style(FP style) in Scala?

0 votes

Explain the main difference between List and Stream in Scala Collection API? How do we prove that difference? When do we choose Stream?

...