X-Git-Url: http://info9.net/gitweb/?p=wiki.git;a=blobdiff_plain;f=tmarble%2Fposts%2FClojure_Designed_For_Performance.mdwn;fp=tmarble%2Fposts%2FClojure_Designed_For_Performance.mdwn;h=ecf0d63892ac0c8641837b29dd64c216d95616f1;hp=0000000000000000000000000000000000000000;hb=25f37f45c25c5659d9a3608776e0fa9ca77c74cd;hpb=19a415cc5d45e990f04b5eafac364423cb50fee1 diff --git a/tmarble/posts/Clojure_Designed_For_Performance.mdwn b/tmarble/posts/Clojure_Designed_For_Performance.mdwn new file mode 100644 index 0000000..ecf0d63 --- /dev/null +++ b/tmarble/posts/Clojure_Designed_For_Performance.mdwn @@ -0,0 +1,36 @@ +# Clojure: Designed for Performance + +Yesterday I blogged about my LCA talk [[Crowdsourcing Upstream Refactoring|/tmarble/posts/Crowdsourcing_Upstream_Refactoring]]. +Today I gave my a talk on Clojure and performance at [Linux Conf Australia 2013][lca]. + + +Clojure + + +I mixed giving an overview of why I think Clojure offers the advantages +of Common Lisp and Java without the disadvantages of either along with +live coding on the REPL. There were several great questions and I am really +pleased that many delegates told me that the were going to give +Clojure a close look! + +Later this evening we have the Emacs BOF and I know I'll find +a number of friendly eLisp hackers. + +If you have a chance to attend LCA I would highly recommended it... +This is among the best organized conferences I've attended +and comprises a fantastic group of enthusiastic contributors. + +Below you will find links to the presentation. Very soon the video +of this talks (and all the talks) will be available. + +## links + +* as PDF: [[clojure-performance.pdf|clojure-performance.pdf]] +* full source ([org-tree-slide][org-tree-slide]): [[clojure-performance.tar.gz|clojure-performance.tar.gz]] +* the talk was on [Wednesday][lca-wed] + +[lca]: http://linux.conf.au/ +[lca-wed]: http://linux.conf.au/programme/schedule/wednesday +[org-tree-slide]: https://github.com/takaxp/org-tree-slide + +[[!tag LCA 2013 clojure performance]]