Programm FrOSCon

Vortrag: ClojureScript

26. August 2012
C116/Lisp
Language: en
Lisp

Zusammenfassung

An introduction to ClojureScript - a modern LISP, compiling to Javascript.

Beschreibung

Clojure is a modern LISP running on the JVM. Persistent data
structures, powerful macros, simple multithreading semantics and the
read-eval-print-loop make programming easy and productive.

ClojureScripts opens the doors to a new versatile platform: The
browser.

This presentation gives an overview over the ClojureScript project:
IDEs, Tools, Libraries, and advantages and disadvantages in comparison
with pure Javascript.