]> info9.net Git - wiki.git/blob - tmarble/posts/Clojure_Designed_For_Performance.mdwn
ecf0d63892ac0c8641837b29dd64c216d95616f1
[wiki.git] / tmarble / posts / Clojure_Designed_For_Performance.mdwn
1 # Clojure: Designed for Performance
2
3 Yesterday I blogged about my LCA talk [[Crowdsourcing Upstream Refactoring|/tmarble/posts/Crowdsourcing_Upstream_Refactoring]].
4 Today I gave my a talk on Clojure and performance at [Linux Conf Australia 2013][lca].
5
6 <a href="http://clojure.org/">
7 <img src="http://clojure.org/file/view/clojure-icon.gif" alt="Clojure"/>
8 </a>
9
10 I mixed giving an overview of why I think Clojure offers the advantages
11 of Common Lisp and Java without the disadvantages of either along with
12 live coding on the REPL. There were several great questions and I am really
13 pleased that many delegates told me that the were going to give
14 Clojure a close look!
15
16 Later this evening we have the Emacs BOF and I know I'll find
17 a number of friendly eLisp hackers.
18
19 If you have a chance to attend LCA I would highly recommended it...
20 This is among the best organized conferences I've attended
21 and comprises a fantastic group of enthusiastic contributors.
22
23 Below you will find links to the presentation.  Very soon the video
24 of this talks (and all the talks) will be available.
25
26 ## links
27
28 * as PDF: [[clojure-performance.pdf|clojure-performance.pdf]]
29 * full source ([org-tree-slide][org-tree-slide]): [[clojure-performance.tar.gz|clojure-performance.tar.gz]]
30 * the talk was on [Wednesday][lca-wed]
31
32 [lca]: http://linux.conf.au/
33 [lca-wed]: http://linux.conf.au/programme/schedule/wednesday
34 [org-tree-slide]: https://github.com/takaxp/org-tree-slide
35
36 [[!tag LCA 2013 clojure performance]]