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
39
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
21
Git commit messages and PR etiquette
sibiuwebmeetup
0
19
Introduction to Cypress
sibiuwebmeetup
0
16
Web Application Security
sibiuwebmeetup
0
91
Zero Coupled Microservices
sibiuwebmeetup
0
11
Ethereum: Quick & Dirty
sibiuwebmeetup
0
78
Automation in Code Reviews
sibiuwebmeetup
0
110
useState(props.title)
sibiuwebmeetup
0
89
Launching into Orbit.js
sibiuwebmeetup
0
45
Other Decks in Programming
See All in Programming
既存デザインを変更せずにタップ領域を広げる方法
tahia910
1
240
Code as Context 〜 1にコードで 2にリンタ 34がなくて 5にルール? 〜
yodakeisuke
0
110
Benchmark
sysong
0
270
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
140
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
1
580
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
110
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
230
エンジニア向け採用ピッチ資料
inusan
0
170
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
220
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
510
Deep Dive into ~/.claude/projects
hiragram
9
1.6k
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
460
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
42
2.7k
Adopting Sorbet at Scale
ufuk
77
9.4k
Rails Girls Zürich Keynote
gr2m
94
14k
For a Future-Friendly Web
brad_frost
179
9.8k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
800
Documentation Writing (for coders)
carmenintech
72
4.9k
Building Adaptive Systems
keathley
43
2.6k
Visualization
eitanlees
146
16k
Navigating Team Friction
lara
187
15k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
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