-
Scala Learningscala/basic 2021. 3. 28. 15:28
Coding Guide
- Lihaoyi Strategic Scala Style: Principle of Least Power
- alexandru scala-best-practices
- databricks scala-style-guide
- twitter scala school
Design Patterns
Books
scala 는 아래와 같이 차례로 공부하면 좋을 것 같다.
3,4 번 순서는 바뀌어도 되고, 6 은 너무 어렵기 때문에 Functional Programming 을 깊게 공부할려고 할 경우에만 보자.
1. 러닝 스칼라
러닝 스칼라
객체지향 프로그래머를 위한 최적의 스칼라 입문서!왜 스칼라를 배울까? 이 객체지향 함수형 프로그래밍 언어를 제대로 이해하기 위해 여러분이 데이터 과학자나 분산 컴퓨팅 전문가일 필요는
www.yes24.com
Programming in Scala 4/e
스칼라는 여러 함수 언어적 기법과 객체지향 기법이 어우러져 루비나 파이썬 같은 동적 언어 못지않게 간결하면서 풍부한 표현력을 가진 언어다. 스칼라는 빅데이터나 머신러닝 등의 최첨단 분
www.yes24.com
3. Functional Programming, Simplified
Functional Programming, Simplified | alvinalexander.com
My book, Functional Programming, Simplified — 4.5-star rated on Amazon, and their 6th-best selling functional programming book, and 5-star rated on Gumroad.com — is currently on sale in three formats: PDF Format $15 (sale!) on Gumroad.com Paperback Boo
alvinalexander.com
Essential Scala - Underscore
Overview Essential Scala is aimed at experienced developers who are encountering Scala for the first time. Put your existing skills to use mastering Scala’s combination of object-oriented and functional programming. The book teaches you Scala from the b
underscore.io
Scala with Cats - Underscore
Overview The main goal of this book is to teach system architecture and design using the techniques of modern functional programming. This means designing systems as small composable units, expressing constraints and interactions via the type system, and u
underscore.io
6. Functional Programming in Scala
Functional Programming in Scala
Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In
www.manning.com
'scala > basic' 카테고리의 다른 글
Pattern Match 조합 - Email 주소 예제 (0) 2021.07.27 enum 을 사용한 모델링 (0) 2021.07.23 typeclass 는 언제 사용하면 좋을까? (0) 2021.06.09 Dark Syntax Sugar (0) 2021.05.23 Future 의 concurrency control (0) 2021.03.28