SlideShare uma empresa Scribd logo
A bit of Haskell
A bit of Haskell
A bit of Haskell
Pedro Henrique	
(@phinfonet/@unixman_)
Pedro Henrique	
(@phinfonet/@unixman_)
A bit of Haskell
Um pouco de Haskell…
Um pouco de Haskell…
• Puramente funcional
Um pouco de Haskell…
• Puramente funcional
• Estaticamente tipada
Um pouco de Haskell…
• Puramente funcional
• Estaticamente tipada
• Preguiçosa, Elegante e Concisa
Syntaxe
Syntaxe
Operações Aritméticas
Syntaxe
1 4 * 2 - 2
2 4 - 3 * 2
3 6 / 7 + 8
4 10 * 2 ** 2
Operações Aritméticas
Syntaxe
1 4 * 2 - 2
2 4 - 3 * 2
3 6 / 7 + 8
4 10 * 2 ** 2
Operações Aritméticas
Funções
Syntaxe
1 4 * 2 - 2
2 4 - 3 * 2
3 6 / 7 + 8
4 10 * 2 ** 2
1 hello203 :: String -> String
2 hello203 user = "Hello, "++user++" Welcome to 203px“
Operações Aritméticas
Funções
Syntaxe
1 4 * 2 - 2
2 4 - 3 * 2
3 6 / 7 + 8
4 10 * 2 ** 2
1 hello203 :: String -> String
2 hello203 user = "Hello, "++user++" Welcome to 203px“
Operações Aritméticas
Funções
Listas
Syntaxe
1 4 * 2 - 2
2 4 - 3 * 2
3 6 / 7 + 8
4 10 * 2 ** 2
1 hello203 :: String -> String
2 hello203 user = "Hello, "++user++" Welcome to 203px“
Operações Aritméticas
Funções
1 last [80,30,40,50,3] !
2 init [80,30,40,50,3] !
3 tail [80,30,40,50,3]
4 head [80,30,40,50,3] !
5 sum [80,30,40,50,3] !
6 product [80,30,40,50,3] !
7 maximum [80,30,40,50,3] !
8 minimum [80,30,40,50,3]
Listas
A bit of Haskell
Quem usa Haskell?
Quem usa Haskell?
• Google
Quem usa Haskell?
• Google
• Facebook
Quem usa Haskell?
• Google
• Facebook
• Intel
Quem usa Haskell?
• Google
• Facebook
• Intel
• NVIDIA
Quem usa Haskell?
• Google
• Facebook
• Intel
• NVIDIA
• The New York Times
Quem usa Haskell?
• Google
• Facebook
• Intel
• NVIDIA
• The New York Times
• ABN AMRO
Quem usa Haskell?
• Google
• Facebook
• Intel
• NVIDIA
• The New York Times
• ABN AMRO
• AT&T
Quem usa Haskell?
• Google
• Facebook
• Intel
• NVIDIA
• The New York Times
• ABN AMRO
• AT&T
• Qualcomm
Quem usa Haskell?
• Google
• Facebook
• Intel
• NVIDIA
• The New York Times
• ABN AMRO
• AT&T
• Qualcomm
• Barclays Capital
Quantitative Analytics
Group
A bit of Haskell
Mas pera aí…
Mas pera aí…
Mas pera aí…
Então a web ficou
de fora?
A bit of Haskell
A bit of Haskell
A bit of Haskell
Yesod Framework
Yesod Framework
• Escalável e de Alta Performance
Yesod Framework
• Escalável e de Alta Performance
• Seguro
Yesod Framework
• Escalável e de Alta Performance
• Seguro
• Syntaxe Simples
Yesod Framework
• Escalável e de Alta Performance
• Seguro
• Syntaxe Simples
• Shakesperean Templates = {hamlet,cassius,julius}
“You know the power of the dark side.”
Ask’s time…

Mais conteúdo relacionado

PPTX
Uretek Mid-Atlantic: The Best of 2014
PPTX
eCom Lead Value Optimization - DCBKK
TXT
Barios crosober
PDF
Vioxx tn2015
PDF
Shoes Thru The Ages - International Shoe Company
PPTX
Fabric Duct and Pressure Test Results
PDF
Cca marketing presentation
PDF
The Real Cost of Offshoring
Uretek Mid-Atlantic: The Best of 2014
eCom Lead Value Optimization - DCBKK
Barios crosober
Vioxx tn2015
Shoes Thru The Ages - International Shoe Company
Fabric Duct and Pressure Test Results
Cca marketing presentation
The Real Cost of Offshoring

Destaque (8)

PDF
Come Leggere il Contatore Elettrico
PPTX
[Sidang] TippyDB: Pengembangan Prototipe Geographically-Aware Distributed NoSQL
PDF
Il Risparmio energetico nelle PMI in Italia
PPTX
Marks vacation
PPT
PDF
Systematization and Reinforcement Guidelines Sudan Training WS
PDF
La filiera Gas
Come Leggere il Contatore Elettrico
[Sidang] TippyDB: Pengembangan Prototipe Geographically-Aware Distributed NoSQL
Il Risparmio energetico nelle PMI in Italia
Marks vacation
Systematization and Reinforcement Guidelines Sudan Training WS
La filiera Gas
Anúncio

A bit of Haskell