Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Scala - What Makes the Difference? Part 2 - Cod...
Search
Jakub Janeček
April 08, 2013
Programming
0
110
Scala - What Makes the Difference? Part 2 - Code Examples
Presented at Faculty of Information Technology in Prague.
Jakub Janeček
April 08, 2013
Tweet
Share
More Decks by Jakub Janeček
See All by Jakub Janeček
Scala Server Toolkit: How to Write FP Microservice Step-by-step
jakubjanecek
0
760
Intro to Scala Server Toolkit
jakubjanecek
0
680
Massively Scalable Services at AVAST: Case Study
jakubjanecek
0
91
Scala 2.10
jakubjanecek
0
130
Dependency Injection in Scala
jakubjanecek
0
76
Other Decks in Programming
See All in Programming
AIのバカさ加減に怒る前にやっておくこと
blueeventhorizon
0
160
Module Proxyのマニアックな話 / Niche Topics in Module Proxy
kuro_kurorrr
0
2.5k
Verilator + Rust + gRPC と Efinix の RISC-V でAIアクセラレータをAIで作ってる話 RTLを語る会(18) 2025/11/08
ryuz88
0
320
Functional Calisthenics in Kotlin: Kotlinで「関数型エクササイズ」を実践しよう
lagenorhynque
0
100
MCPサーバー「モディフィウス」で変更容易性の向上をスケールする / modifius
minodriven
6
1.2k
Health Kit × Foundation Models でAIコーチを作ってみた
ryunakayama
0
100
What's New in Web AI?
christianliebel
PRO
0
120
業務でAIを使いたい話
hnw
0
240
alien-signals と自作 OSS で実現する フレームワーク非依存な ロジック共通化の探求 / Exploring Framework-Agnostic Logic Sharing with alien-signals and Custom OSS
aoseyuu
3
5.8k
AI POSにおけるLLM Observability基盤の導入 ― サイバーエージェントDXインターン成果報告
hekuchan
0
310
AIを駆使して新しい技術を効率的に理解する方法
nogu66
0
110
Kotlinで実装するCPU/GPU 「協調的」パフォーマンス管理
matuyuhi
0
310
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Building Applications with DynamoDB
mza
96
6.7k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
The World Runs on Bad Software
bkeepers
PRO
72
12k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
A designer walks into a library…
pauljervisheath
210
24k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
YesSQL, Process and Tooling at Scale
rocio
174
15k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Transcript
Scala What Makes the Difference? Part 2 – Code Examples
Jakub Janeček
Values & Variables
Methods & Functions
Classes, Objects & Traits
Collections Library Java: Scala:
Type Option
Pattern Matching
Currying
Implicit Parameters
Implicit Conversions
Traits
Flexible Syntax - DSL
Flexible Syntax - DSL