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
100
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
710
Intro to Scala Server Toolkit
jakubjanecek
0
570
Massively Scalable Services at AVAST: Case Study
jakubjanecek
0
85
Scala 2.10
jakubjanecek
0
130
Dependency Injection in Scala
jakubjanecek
0
69
Other Decks in Programming
See All in Programming
nekko cloudにおけるProxmox VE利用事例
irumaru
3
480
オニオンアーキテクチャを使って、 Unityと.NETでコードを共有する
soi013
0
290
htmxって知っていますか?次世代のHTML
hiro_ghap1
0
360
PHPUnitしか使ってこなかった 一般PHPerがPestに乗り換えた実録
mashirou1234
0
360
Amazon S3 NYJavaSIG 2024-12-12
sullis
0
110
DevFest - Serverless 101 with Google Cloud Functions
tunmise
0
130
アクターシステムに頼らずEvent Sourcingする方法について
j5ik2o
6
480
「Chatwork」Android版アプリを 支える単体テストの現在
okuzawats
0
190
AppRouterを用いた大規模サービス開発におけるディレクトリ構成の変遷と問題点
eiganken
1
200
責務を分離するための例外設計 - PHPカンファレンス 2024
kajitack
9
2.1k
技術的負債と向き合うカイゼン活動を1年続けて分かった "持続可能" なプロダクト開発
yuichiro_serita
0
170
Jaspr Dart Web Framework 박제창 @Devfest 2024
itsmedreamwalker
0
120
Featured
See All Featured
Bash Introduction
62gerente
609
210k
Thoughts on Productivity
jonyablonski
68
4.4k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
How to Think Like a Performance Engineer
csswizardry
22
1.2k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Designing for humans not robots
tammielis
250
25k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
For a Future-Friendly Web
brad_frost
175
9.5k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Done Done
chrislema
182
16k
A better future with KSS
kneath
238
17k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.6k
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