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
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.5k
デザイナーが Androidエンジニアに 挑戦してみた
874wokiite
0
550
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
AIでLINEスタンプを作ってみた
eycjur
1
230
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
320
OSS開発者という働き方
andpad
5
1.7k
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
400
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
170
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
570
アセットのコンパイルについて
ojun9
0
130
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
870
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
329
39k
The Art of Programming - Codeland 2020
erikaheidi
56
13k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
The Cult of Friendly URLs
andyhume
79
6.6k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Embracing the Ebb and Flow
colly
87
4.8k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
It's Worth the Effort
3n
187
28k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
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