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
37
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
18
Git commit messages and PR etiquette
sibiuwebmeetup
0
17
Introduction to Cypress
sibiuwebmeetup
0
15
Web Application Security
sibiuwebmeetup
0
83
Zero Coupled Microservices
sibiuwebmeetup
0
10
Ethereum: Quick & Dirty
sibiuwebmeetup
0
78
Automation in Code Reviews
sibiuwebmeetup
0
100
useState(props.title)
sibiuwebmeetup
0
84
Launching into Orbit.js
sibiuwebmeetup
0
43
Other Decks in Programming
See All in Programming
海外のアプリで見かけたかっこいいTransitionを真似てみる
shogotakasaki
1
160
メモリウォールを超えて:キャッシュメモリ技術の進歩
kawayu
0
1.9k
サービスクラスのありがたみを発見したときの思い出 #phpcon_odawara
77web
4
630
小田原でみんなで一句詠みたいな #phpcon_odawara
stefafafan
0
320
国漢文混用体からHolloまで
minhee
1
180
ベクトル検索システムの気持ち
monochromegane
31
9.9k
Devin入門と最近のアップデートから見るDevinの進化 / Introduction to Devin and the Evolution of Devin as Seen in Recent Update
rkaga
9
4.8k
Kamal 2 – Get Out of the Cloud
aleksandrov
1
180
AI時代の開発者評価について
ayumuu
0
110
Signal-Based Data FetchingWith the New httpResource
manfredsteyer
PRO
0
160
アプリを起動せずにアプリを開発して品質と生産性を上げる
ishkawa
0
2.6k
データベースエンジニアの仕事を楽にする。PgAssistantの紹介
nnaka2992
9
4.5k
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
76
9.3k
Facilitating Awesome Meetings
lara
54
6.3k
Site-Speed That Sticks
csswizardry
5
480
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
135
33k
Music & Morning Musume
bryan
47
6.5k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Designing Experiences People Love
moore
141
24k
The Pragmatic Product Professional
lauravandoore
33
6.5k
Side Projects
sachag
452
42k
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