There are some HTML-based tools out there (reveal.js, slidy, impress.js, 
deck.js ...) for building slide-based presentations for conference talks.

But you usually have to write your slides in raw HTML. This feels 
cumbersome when you're used to writing LISP s-expressions with paredit. And 
if you want to build in more interactivity, you have to be proficient in 
JavaScript.

Last week I gave a presentation at QCon in London for which I built a 
slide-deck in Om. This proved (far) easier than my previous failed attempts 
with other technologies (including vanilla ClojureScript).

I've found that ClojureScript + Om/RevealJS + core.async (go-blocks) also 
makes a great platform for browser-based interactive SVG diagrams and 
animations. Not quite Flash, but almost, and in some ways better.

Anyway, I've uploaded the slides, code, instructions and everything to 
here: https://github.com/juxt/qcon2014. in case anyone else wants to try 
building an Om-based slide-deck at a future event.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to