Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. # Insert Title Here
  2. - ClojureScript, Node.js & You?
  3. - Getting Started with ClojureScript and Node.js?
  4.  
  5. # Abstract
  6.  
  7. Has 'JVMphobia' shied you away from learning Clojure? Worry no more! ClojureScript is a new compiler for Clojure that targets JavaScript - and it runs in Node.js! I know there are many different 'compile-to-JS' languages out there and you're probably wondering why this is different? ClojureScript doesn’t cater to JavaScript developers at all. It caters to developers period.
  8.  
  9. This talk will introduce you to ClojureScript, the advantages to using a Lisp, and how many of the tools within it will make your next Node.js application even better!
  10.  
  11. # Details
  12.  
  13. * What is Clojure?
  14. * What is ClojureScript? Differences between the two?
  15. * Why you'd want to use it
  16. * Google Closure
  17. * Plugable libraries
  18. * JS interop
  19.  
  20. * Walkthru of how to use CLJS and Node.js together.
  21.  
  22.  
  23. # Pitch
  24.  
  25. Over the past few months, I've been using ClojureScript heavily within a production application. I want to share many of the great experiences that I've had working with it, and how it can bring great joy to the Node.js community. I'll show you how easy it is to incorporate libraries, such as React.js, that you may already be using. I'll explain the major wins you get from using the Google Closure tools that are already included in ClojureScript.
  26.  
  27. I'll demo how all of these things and how ClojureScript can live inside a Node.js application. If you haven't taken a look at ClojureScript before, maybe now's the time!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement