Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 689 Bytes

README.md

File metadata and controls

21 lines (9 loc) · 689 Bytes

MyScalaCodes

My Scala learning codes with bigdata

Scala is the most simple and elegant language I have ever studied.

Fusion of FP and OO

Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.

Seamlessly connect the Hadoop ecosystem

Scala is the underlying source language that makes up Spark,kafka,akka and so on.

Mixed programming with languages such as java but

image