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
42
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
39
Git commit messages and PR etiquette
sibiuwebmeetup
0
35
Introduction to Cypress
sibiuwebmeetup
0
20
Web Application Security
sibiuwebmeetup
0
110
Zero Coupled Microservices
sibiuwebmeetup
0
17
Ethereum: Quick & Dirty
sibiuwebmeetup
0
88
Automation in Code Reviews
sibiuwebmeetup
0
110
useState(props.title)
sibiuwebmeetup
0
94
Launching into Orbit.js
sibiuwebmeetup
0
54
Other Decks in Programming
See All in Programming
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
410
AIによる開発の民主化を支える コンテキスト管理のこれまでとこれから
mulyu
3
2.2k
AIエージェントのキホンから学ぶ「エージェンティックコーディング」実践入門
masahiro_nishimi
7
1.2k
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
340
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
190
Beyond the Basics: Signal Forms
manfredsteyer
PRO
0
110
あなたはユーザーではない #PdENight
kajitack
4
290
CSC307 Lecture 09
javiergs
PRO
1
850
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
400
浮動小数の比較について
kishikawakatsumi
0
360
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
350
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
130
Featured
See All Featured
Side Projects
sachag
455
43k
Prompt Engineering for Job Search
mfonobong
0
180
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
110
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
330
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
170
Statistics for Hackers
jakevdp
799
230k
Paper Plane (Part 1)
katiecoart
PRO
0
5k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
100
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
16k
Designing for Performance
lara
611
70k
sira's awesome portfolio website redesign presentation
elsirapls
0
170
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