Introduction to ClojureScript

Track: Functional Programming
Skill Level: Beginner
Room: Ballroom C
Time Slot: Wed 3/11, 1:00 PM
Tags: clojurescript , javascript , jvm
Presentation Link
Abstract

More than 55 years ago John McCarthy had an insanely great idea called Lisp. Lisp marked the beginning of functional programming, interpreters, high-level metaprogramming, garbage collection, and much more. Yet after such auspicious beginnings the idea of Lisp has since faded and many of its innovations have been adopted by much more popular programming languages. Until recently Lisp even appeared doomed to fade into obscurity but several things have conspired to make Lisp somewhat cool again - one of these is Clojure, a fun modern Lisp targeting the Java Virtual Machine.

However the Web doesn’t speak JVM bytecodes. It speaks JavaScript - thus the cornucopia of languages that now compile to JavaScript. The most well known include GWT, CoffeeScript, and more recently Dart and TypeScript. However none of these represent a real break from the status quo.

John McCarthy’s insanely great idea still has a lot to offer the Web and we’ll see how with ClojureScript, an implementation of Clojure that targets JavaScript.

David Nolen

David Nolen is a software engineer for Cognitect. He enjoys making music, writing JavaScript, writing ClojureScript, and exploring new approaches to user interface programming.