-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeek-at-clojure.html
More file actions
50 lines (45 loc) · 2.22 KB
/
Copy pathpeek-at-clojure.html
File metadata and controls
50 lines (45 loc) · 2.22 KB
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
<html>
<head>
<style>
a {text-decoration: none;}
</style>
</head>
<body>
<p align="center"> </p>
<p align="center"> </p>
<h1 align="center"><span style="color: #000000;"><span style="font-family: 'Ubuntu Medium', serif;"><span style="font-size: medium;">(peek @Clo</span></span></span><span style="color: #000000;"><span style="font-family: 'Ubuntu Medium', serif;"><span style="font-size: medium;"><em>j</em></span></span></span><span style="color: #000000;"><span style="font-family: 'Ubuntu Medium', serif;"><span style="font-size: medium;">ure)</span></span></span></h1>
<p align="center"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Clojure_logo.svg/2000px-Clojure_logo.svg.png" alt="" width="172" height="172" /></p>
<p align="center">Welcome to this succinct introduction to Clojure!</p>
<p> </p>
<p>A peek at Clojure is is designed so you can:</p>
<ul>
<li>
<p>get a quick feel of what Clojure's philosophy is all about</p>
</li>
<li>
<p>wet your coding appetite and have a hands-on experience</p>
</li>
<li>
<p>workout the semantics behind the more interesting/harder topics</p>
</li>
<li>
<p>check out some cool libs</p>
</li>
</ul>
<p> </p>
<p>Follow these links to get all the materials/responses/support you need:</p>
<p> </p>
<h3><a href="https://icslab-space.slack.com/shared_invite/MTgxOTU2MDc0MzU1LTE0OTQ1MDI3MzgtZTRhYTc5YzkxZQ"
style="text-decoration:none">
<img src="http://is1.mzstatic.com/image/thumb/Purple122/v4/43/18/51/43185154-2c62-50b3-a650-75f819cbe819/source/175x175bb.png" alt="" width="32" height="32" align="center"/> slack channel</a>
<p><a href="https://github.com/alex-gherega/peek-at-clojure">
<img src="https://cdn4.iconfinder.com/data/icons/iconsimple-logotypes/512/github-256.png" alt="" width="32" height="32" align="center"/> basic repository</a></p>
<p><a href="peek-at-clojure-transcript.pdf">
<img src="https://cdn4.iconfinder.com/data/icons/48-bubbles/48/12.File-512.png" alt="" width="32" height="32" align="center"/> transcript</a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<a href="http://www.icslab.eu"><img align="center" src="assets/images/logo-1.png" width="100" height="auto"/> icslab.eu </a>
</body>
</html>