Sunday, December 15, 2019

1. SCALA : Introduction

1. SCALA : Introduction



SCALA means : Scalable language

 -> pure object oriented programming
 -> functional programming

SCALA : Gives best of both Compiler & Interpreter

                 -> Compiler  : eg: Java
              -> Interpreted : eg : CLI (Python, Ruby, R)





Advantages of SCALA
----------------------

-> Compact programming
     -> 25 lines of java = 1 line of scala
-> Dynamically type inferred (datatype will be assigned automatically)
-> Statically typed language


No comments:

Post a Comment