Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Introduction into ClojureScript
Sibiu Web Meetup
February 14, 2020
Programming
0
13
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
Ethereum: Quick & Dirty
sibiuwebmeetup
0
15
Automation in Code Reviews
sibiuwebmeetup
0
26
useState(props.title)
sibiuwebmeetup
0
68
Launching into Orbit.js
sibiuwebmeetup
0
27
Static website generators
sibiuwebmeetup
0
17
Static website generators in PHP
sibiuwebmeetup
0
17
Running a Public API Do's and Don'ts
sibiuwebmeetup
0
43
Concurrency in Ember
sibiuwebmeetup
0
38
Mobile JavaScript Development
sibiuwebmeetup
1
66
Other Decks in Programming
See All in Programming
夕食断食にTRY!/for-lt-12th
pachikuriii
0
230
動画合成アーキテクチャを実装してみて
satorunooshie
0
540
YATA: collaborative documents and how to make them fast
horusiath
1
150
「混ぜるな危険」を推進する設計
minodriven
8
2.5k
Automating Gradle benchmarks at N26
ubiratansoares
PRO
1
140
Rust on Lambda 大きめCSV生成
atsuyokota
1
390
ストア評価「2.4」だったCOCOARアプリを1年で「4.4」になんとかした方法@Cloud CIRCUS Meetup #2
1901drama
0
180
How to start contributing to Kubernetes Projects
ydfu
0
130
SwiftUIで「意図」を伝える / swiftui_intention
uhooi
2
140
Windows コンテナ Dojo 第5回 OpenShift で学ぶ Kubernetes 入門
oniak3ibm
PRO
0
130
SGGとは
inoue2002
0
430
FullStack eXchange, July 2022
brucel
0
200
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
56
6.4k
How to Ace a Technical Interview
jacobian
266
21k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
237
19k
How GitHub Uses GitHub to Build GitHub
holman
465
280k
Git: the NoSQL Database
bkeepers
PRO
415
59k
Web development in the modern age
philhawksworth
197
9.3k
4 Signs Your Business is Dying
shpigford
169
20k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
224
49k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
39
13k
Building an army of robots
kneath
298
40k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
316
19k
For a Future-Friendly Web
brad_frost
166
7.5k
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