-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2024-01-12-clojure-tidy-tuesdays.html
96 lines (68 loc) · 4.16 KB
/
2024-01-12-clojure-tidy-tuesdays.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clojure Tidy Tuesdays</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="application/atom+xml" rel="alternate" href="atom.xml" title="Clojure Tidy Tuesdays">
<link rel="stylesheet" href="style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/prism.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/components/prism-clojure.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/components/prism-python.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/components/prism-r.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/themes/prism.min.css">
<!-- Social sharing (Facebook, Twitter, LinkedIn, etc.) -->
<meta name="title" content="Clojure Tidy Tuesdays">
<meta name="twitter:title" content="Clojure Tidy Tuesdays">
<meta property="og:title" content="Clojure Tidy Tuesdays">
<meta property="og:type" content="website">
<meta name="twitter:url" content="https://codewithkira.com/2024-01-12-clojure-tidy-tuesdays.html">
<meta property="og:url" content="https://codewithkira.com/2024-01-12-clojure-tidy-tuesdays.html">
<meta name="twitter:card" content="summary">
<script defer data-domain="codewithkira.com" src="https://plausible.io/js/script.js"></script>
<script defer src="https://analytics.eu.umami.is/script.js" data-website-id="21d16294-afc5-465a-a0b1-539ccf7679e9"></script>
<link rel="me" href="https://indieweb.social/@kira">
<link rel="me" href="https://github.com/kiramclean">
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="VRDCNTIY" defer></script>
<!-- / Fathom -->
</head>
<body>
<header>
<h1>
<a href="index.html">Code with Kira</a>
</h1>
<nav>
<ul>
<li><a href="archive.html">Archive</a></li>
<li><a href="tags/index.html">Tags</a></li>
<li><a href="atom.xml">Feed</a></li>
<li><a class="icon mastodon" href="https://indieweb.social/@kira" target="blank">Mastodon</a></li>
<li><a class="icon linkedin" href="https://www.linkedin.com/in/kiramclean" target="blank">LinkedIn</a></li>
<li><a class="icon github" href="https://github.com/kiramclean" target="blank">Github</a></li>
</ul>
</nav>
</header>
<main>
<h1>
Clojure Tidy Tuesdays
</h1>
<date><i>Published 2024-01-12</i></date>
<p>One of the things I'm going to spend my new-found independent software development time on this year is doing TidyTuesdays in Clojure. It's no surprise that I'm a big fan of Clojure, or that I think there is a lack of good "how to do data science with Clojure" content out there. One of the big things I want to accomplish this year is filling this gap.</p><p>To that end, I'll be publishing "translations" of the data-fetching scripts into Clojure and implementations of example data analysis from <a href='https://github.com/rfordatascience/tidytuesday/tree/master'>TidyTuesdays</a>, an initiative of the R for data science online learning community.</p><p>The idea is that they post a toy dataset each week along with an example article that uses the same or similar data, and then the community posts their solutions and what they did with it around the internet.</p><p>I'll be sharing mine in <a href='https://github.com/kiramclean/clojure-tidy-tuesdays/tree/main'>this Clojure Tidy Tuesdays github repo</a> and posting on <a href='https://indieweb.social/@kira'>Mastodon</a> and <a href='https://www.linkedin.com/in/kiramclean/'>LinkedIn</a>. Follow along here or there for more!</p>
<p>
<i>
Tagged:
<span class="tag">
<a href="tags/clojure.html">clojure</a>
</span>
<span class="tag">
<a href="tags/tidy-tuesdays.html">tidy tuesdays</a>
</span>
</i>
</p>
<div style="margin-bottom: 20px; float: right;">
<a href="archive.html">Archive</a>
</div>
</main>
</body>
</html>