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
41
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
25
Git commit messages and PR etiquette
sibiuwebmeetup
0
22
Introduction to Cypress
sibiuwebmeetup
0
18
Web Application Security
sibiuwebmeetup
0
100
Zero Coupled Microservices
sibiuwebmeetup
0
12
Ethereum: Quick & Dirty
sibiuwebmeetup
0
80
Automation in Code Reviews
sibiuwebmeetup
0
110
useState(props.title)
sibiuwebmeetup
0
90
Launching into Orbit.js
sibiuwebmeetup
0
48
Other Decks in Programming
See All in Programming
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
220
Leading Effective Engineering Teams in the AI Era
addyosmani
3
360
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
1.3k
What's new in Spring Modulith?
olivergierke
1
150
オープンソースソフトウェアへの解像度🔬
utam0k
15
2.8k
そのpreloadは必要?見過ごされたpreloadが技術的負債として爆発した日
mugitti9
2
3.3k
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
830
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
340
技術的負債の正体を知って向き合う / Facing Technical Debt
irof
0
170
組込みだけじゃない!TinyGo で始める無料クラウド開発入門
otakakot
0
240
高度なUI/UXこそHotwireで作ろう Kaigi on Rails 2025
naofumi
4
4k
Cloudflare AgentsとAI SDKでAIエージェントを作ってみた
briete
0
140
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Typedesign – Prime Four
hannesfritz
42
2.8k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
RailsConf 2023
tenderlove
30
1.2k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
The Cult of Friendly URLs
andyhume
79
6.6k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
How GitHub (no longer) Works
holman
315
140k
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