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
620
Massively Scalable Services at AVAST: Case Study
jakubjanecek
0
90
Scala 2.10
jakubjanecek
0
130
Dependency Injection in Scala
jakubjanecek
0
76
Other Decks in Programming
See All in Programming
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
450
WebエンジニアがSwiftをブラウザで動かすプレイグラウンドを作ってみた
ohmori_yusuke
0
170
ИИ-Агенты в каждый дом – Алексей Порядин, PythoNN
sobolevn
0
150
ネイティブ製ガントチャートUIを作って学ぶUICollectionViewLayoutの威力
jrsaruo
0
130
あなたの知らない「動画広告」の世界 - iOSDC Japan 2025
ukitaka
0
380
CSC509 Lecture 04
javiergs
PRO
0
290
CSC305 Lecture 03
javiergs
PRO
0
230
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
520
XP, Testing and ninja testing ZOZ5
m_seki
2
280
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
190
Web Components で実現する Hotwire とフロントエンドフレームワークの橋渡し / Bridging with Web Components
da1chi
3
1.8k
詳しくない分野でのVibe Codingで困ったことと学び/vibe-coding-in-unfamiliar-area
shibayu36
3
4.4k
Featured
See All Featured
Into the Great Unknown - MozCon
thekraken
40
2.1k
Raft: Consensus for Rubyists
vanstee
139
7.1k
Bash Introduction
62gerente
615
210k
Code Reviewing Like a Champion
maltzj
525
40k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
20k
GitHub's CSS Performance
jonrohan
1032
460k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Gamification - CAS2011
davidbonilla
81
5.5k
How STYLIGHT went responsive
nonsquared
100
5.8k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
The Straight Up "How To Draw Better" Workshop
denniskardys
237
140k
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