-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2015-04-22-clojurewest.html
44 lines (43 loc) · 3.21 KB
/
2015-04-22-clojurewest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="/css/normalize.css" rel="stylesheet">
<link href="/css/skeleton.css" rel="stylesheet">
<link href="/css/default.css" rel="stylesheet">
<title>Clojure/West and chocolate pudding</title>
<meta property="og:title" content="Clojure/West and chocolate pudding">
<meta property="og:description" content="Clojure/West report.">
<meta property="og:url" content="/2015-04-22-clojurewest.html">
<meta property="og:image" content="/images/cloxp-logo.jpg">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body>
<div class="back-button"><a href="/">back</a></div>
<div class="content">
<div style="margin-bottom: 50px" class="container">
<div class="row">
<div class="offset-by-two eight columns">
<div style="text-align: center;" class="img-wrapper"><img src="images/clojure-west-logo.png"></div><h1 id="clojure-west-and-chocolate-pudding">Clojure/West and chocolate pudding</h1>
<p><a href="http://clojurewest.org/">Clojure/West</a> just ended, it was one of the best conferences I've attended so far. Apart from being very well organized and hosting a lot of <a href="https://www.youtube.com/playlist?list=PLZdCLR02grLrKAOj8FJ1GGmNM5l7Okz0a">exciting talks</a>, I enjoyed talking with a great number of people. Thanks to the organizers and attendees for making it such a good experience!</p>
<p>I want to shout out an even bigger Thank you! to everyone who has supported cloxp and has given feedback about it. It is exciting and motivating to see that there is a lot of interest in the project. At the conference <a href="https://www.youtube.com/watch?v=qQvvgzvPgQI&index=8&list=PLZdCLR02grLrKAOj8FJ1GGmNM5l7Okz0a">I presented</a> the <a href="https://github.com/cloxp/cloxp-install/releases/tag/0.0.7">recent version</a> of cloxp and gave an "Unsession" in which I explained a little bit more about the background and ideas of the environment. I'm eager to continue developing it. If you want to get involved in the effort, please see the <a href="/2015-04-22-making-cloxp-rock.html">"Making cloxp rock"</a> post.</p>
<p>Ah, the chocolate pudding: Thanks to <a href="https://twitter.com/ericnormand">Eric Normand</a> there is <a href="http://www.lispcast.com/pre-west-interview-robert-krahn">a pre-Clojure/West interview with me about cloxp</a>.</p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="inner"><a href="mailto:[email protected]?Subject=cloxp" target="_top">© 2015 Robert Krahn</a><span class="spacer">|</span><a href="/atom.xml">feed</a></div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56965545-3', 'auto', {'siteSpeedSampleRate': 50});
ga('require', 'linkid', 'linkid.js');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>