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
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
900
AI駆動のマルチエージェントによる業務フロー自動化の設計と実践
h_okkah
0
150
効率的な開発手段として VRTを活用する
ishkawa
0
140
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
640
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
120
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
170
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
1
420
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
3
1k
ニーリーにおけるプロダクトエンジニア
nealle
0
840
10 Costly Database Performance Mistakes (And How To Fix Them)
andyatkinson
0
340
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
320
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
190
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Automating Front-end Workflow
addyosmani
1370
200k
The Language of Interfaces
destraynor
158
25k
A designer walks into a library…
pauljervisheath
207
24k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
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