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
36
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
15
Git commit messages and PR etiquette
sibiuwebmeetup
0
16
Introduction to Cypress
sibiuwebmeetup
0
15
Web Application Security
sibiuwebmeetup
0
74
Zero Coupled Microservices
sibiuwebmeetup
0
9
Ethereum: Quick & Dirty
sibiuwebmeetup
0
77
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
令和7年版 あなたが使ってよいフロントエンド機能とは
mugi_uno
10
5.2k
技術的負債と向き合うカイゼン活動を1年続けて分かった "持続可能" なプロダクト開発
yuichiro_serita
0
300
Fibonacci Function Gallery - Part 2
philipschwarz
PRO
0
210
PHPカンファレンス 2024|共創を加速するための若手の技術挑戦
weddingpark
0
140
はてなにおけるfujiwara-wareの活用やecspressoのCI/CD構成 / Fujiwara Tech Conference 2025
cohalz
3
2.7k
GitHub CopilotでTypeScriptの コード生成するワザップ
starfish719
26
6k
週次リリースを実現するための グローバルアプリ開発
tera_ny
1
1.2k
盆栽転じて家具となる / Bonsai and Furnitures
aereal
0
1.8k
PicoRubyと暮らす、シェアハウスハック
ryosk7
0
220
DevinとCursorから学ぶAIエージェントメモリーの設計とMoatの考え方
itarutomy
0
140
PHPで作るWebSocketサーバー ~リアクティブなアプリケーションを知るために~ / WebSocket Server in PHP - To know reactive applications
seike460
PRO
2
770
Jaspr Dart Web Framework 박제창 @Devfest 2024
itsmedreamwalker
0
150
Featured
See All Featured
A designer walks into a library…
pauljervisheath
205
24k
VelocityConf: Rendering Performance Case Studies
addyosmani
327
24k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.6k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
How to Think Like a Performance Engineer
csswizardry
22
1.3k
The Cult of Friendly URLs
andyhume
78
6.1k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Making Projects Easy
brettharned
116
6k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.4k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Typedesign – Prime Four
hannesfritz
40
2.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