Posts

Showing posts from February, 2023

SCALA

Scala short for Scalable Language Created by Martin Odersky  First version released in 2003 Scala is a hybrid functional programming language. Scala is a modern multi-paradigm programming language. Designed to express common programming patterns in a concise, elegant, and type-safe way. Integrates the features of object-oriented and functional languages Based on Java, Java Syntax. Compiled to run on the Java Virtual Machine. Statically typed Can do Concurrent & Synchronize processing Scala Web Frameworks The Lift Framework The Play framework The Bowler framework