Advertisement
Guest User

Untitled

a guest
Jun 9th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. The schedule is as follows:
  2.  
  3. 7-7:30pm: arrival, suggesting topics
  4.  
  5. 7:30-8:30pm: working in groups
  6.  
  7. 8:30-9pm: presentations
  8.  
  9. 9-??pm: pizza, beer, discussions
  10.  
  11.  
  12. The goal of the session is to help people learn to start working with Clojure through practical exercises, with the help of the (at least!) 4 more experienced developers who will also come along to help form a bit of an Athens Clojure community. The dojo is a great place for new and experienced Clojure coders to learn more.
  13.  
  14. What should I bring?
  15.  
  16. We hope to break up into groups for the dojo. So if you have a laptop with a working Clojure environment please bring it along.
  17.  
  18. How do I get in to the building?
  19.  
  20. ????
  21.  
  22. What is Clojure?
  23.  
  24. Clojure is a JVM language that has syntactic similarities to Lisp, full integration with Java and its libraries and focuses on providing a solution to the issue of single machine concurrency.
  25.  
  26. Its small core makes it surprisingly easy to pick up and it provides a powerful set of concurrency strategies and data structures designed to make immutable data easy to work with. It’s well worth watching the Rich Hickey "Clojure for Java Programmers" video or Stuart Halloway "Radical Simplicity" video.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement