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
Introduction into ClojureScript
Search
Sibiu Web Meetup
February 14, 2020
Programming
0
34
Introduction into ClojureScript
Sibiu Web Meetup #9
Speaker: Andrei Rusu
Sibiu Web Meetup
February 14, 2020
Tweet
Share
More Decks by Sibiu Web Meetup
See All by Sibiu Web Meetup
DevSecOps: Develop Fast & Stay Secure
sibiuwebmeetup
0
11
Git commit messages and PR etiquette
sibiuwebmeetup
0
16
Introduction to Cypress
sibiuwebmeetup
0
15
Web Application Security
sibiuwebmeetup
0
70
Zero Coupled Microservices
sibiuwebmeetup
0
9
Ethereum: Quick & Dirty
sibiuwebmeetup
0
75
Automation in Code Reviews
sibiuwebmeetup
0
96
useState(props.title)
sibiuwebmeetup
0
83
Launching into Orbit.js
sibiuwebmeetup
0
42
Other Decks in Programming
See All in Programming
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
250
暇に任せてProxmoxコンソール 作ってみました
karugamo
1
720
採用事例の少ないSvelteを選んだ理由と それを正解にするためにやっていること
oekazuma
2
1k
42 best practices for Symfony, a decade later
tucksaun
1
180
Webエンジニア主体のモバイルチームの 生産性を高く保つためにやったこと
igreenwood
0
330
なまけものオバケたち -PHP 8.4 に入った新機能の紹介-
tanakahisateru
1
120
コンテナをたくさん詰め込んだシステムとランタイムの変化
makihiro
1
120
第5回日本眼科AI学会総会_AIコンテスト_3位解法
neilsaw
0
170
Haze - Real time background blurring
chrisbanes
1
500
Refactor your code - refactor yourself
xosofox
1
260
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
200
アクターシステムに頼らずEvent Sourcingする方法について
j5ik2o
4
180
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
88
5.7k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Six Lessons from altMBA
skipperchong
27
3.5k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
510
Testing 201, or: Great Expectations
jmmastey
40
7.1k
What's in a price? How to price your products and services
michaelherold
243
12k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.2k
Transcript
Sibiu Web Meetup #9 14.02.2020 Introduction to ClojureScript By Andrei
Rusu
Sibiu Web Meetup #9 14.02.2020 A few things about me…
• Zend Certified Engineer • PHP Backend Dev • Clojure/ClojureScript fan
Sibiu Web Meetup #9 14.02.2020 What is ClojureScript? • What
is Clojure? • Created by Rich Hickey (https://changelog.com/posts/rich-hickeys-greatest- hits) • Dynamic • Functional • Dialect of LISP • Immutable data • Hosted On the JVM • Like Clojure, but “hosted” on a JavaScript engine (like Google V8)
Sibiu Web Meetup #9 14.02.2020 What are the data types?
• Scalars: • Numbers • Strings • Booleans • Characters • Keywords • Symbols • Collections: • List • Vector • Map • Set
Sibiu Web Meetup #9 14.02.2020 Code is Data