Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction into ClojureScript

Introduction into ClojureScript

Sibiu Web Meetup #9

Speaker: Andrei Rusu

Sibiu Web Meetup

February 14, 2020
Tweet

More Decks by Sibiu Web Meetup

Other Decks in Programming

Transcript

  1. Sibiu Web Meetup #9 14.02.2020 A few things about me…

    • Zend Certified Engineer • PHP Backend Dev • Clojure/ClojureScript fan
  2. 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)
  3. Sibiu Web Meetup #9 14.02.2020 What are the data types?

    • Scalars: • Numbers • Strings • Booleans • Characters • Keywords • Symbols • Collections: • List • Vector • Map • Set