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 in action - Jazoon 2012
Search
hseeberger
June 27, 2012
Programming
1
150
Scala in action - Jazoon 2012
hseeberger
June 27, 2012
Tweet
Share
More Decks by hseeberger
See All by hseeberger
Scala in action - W-JAX 2012
hseeberger
1
520
Akka in action - W-JAX 2012
hseeberger
4
1.2k
Other Decks in Programming
See All in Programming
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1.3k
AI時代の『改訂新版 良いコード/悪いコードで学ぶ設計入門』 / ai-good-code-bad-code
minodriven
13
3.9k
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
390
ペアプロ × 生成AI 現場での実践と課題について / generative-ai-in-pair-programming
codmoninc
1
18k
すべてのコンテキストを、 ユーザー価値に変える
applism118
3
1.3k
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
640
ニーリーにおけるプロダクトエンジニア
nealle
0
840
VS Code Update for GitHub Copilot
74th
2
640
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
21
4k
Hypervel - A Coroutine Framework for Laravel Artisans
albertcht
1
130
PicoRuby on Rails
makicamel
2
130
ISUCON研修おかわり会 講義スライド
arfes0e2b3c
1
440
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
6
300
Navigating Team Friction
lara
187
15k
Visualization
eitanlees
146
16k
Six Lessons from altMBA
skipperchong
28
3.9k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Transcript
Scala in action Jazoon 2012 Heiko Seeberger
What is Scala ?
Scala is a JVM language
Scala is mature Since 2001 Current version 2.9.2
Scala is a unifier Object-oriented Functional programming
Scala is statically typed
Scala code is lightweight
Scala is interoperable with Java Use any Java library Mixed
Scala/Java projects
Scala in action
Demo: Concise OO
Demo: Powerful collections
Larger demo: Game of life
Demo: Parallel collections
Demo: Actors in action
Non-blocking parallelism request translate count words response < 110 ms
Questions?
Thank you! Code: github.com/hseeberger/scalainaction Twitter: @hseeberger