-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
294 lines (253 loc) · 13.1 KB
/
index.html
File metadata and controls
294 lines (253 loc) · 13.1 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="canonical" href="https://www.hexstreamsoft.com/" />
<meta name="author" content="Jean-Philippe Paradis" />
<link rel="author" href="https://abc.hexstream.xyz/" />
<link rel="license" href="https://www.hexstreamsoft.com/UNLICENSE" />
<meta name="description" content="By Jean-Philippe Paradis. A decade of intensive Common Lisp Open Source. Home of Common Lispers list, modern CLOS MOP spec, epic FORMAT table, etc!" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>HexstreamSoft: Public Domain Common Lisp R&D</title>
<link rel="stylesheet" type="text/css" href="https://global.hexstream.dev/css/global.css" />
<link rel="stylesheet" type="text/css" href="https://global.hexstream.dev/css/notice.css" />
<link rel="stylesheet" type="text/css" href="https://global.hexstream.dev/css/tabs.css" />
<link rel="stylesheet" type="text/css" href="https://global.hexstream.dev/css/navlist.css" />
<link rel="stylesheet" type="text/css" href="https://global.hexstream.dev/css/gallery.css" />
<link rel="stylesheet" type="text/css" href="https://global.hexstream.dev/css/homepage.css" />
<link rel="stylesheet" type="text/css" href="https://global.hexstream.dev/css/news.css" />
<link rel="stylesheet" type="text/css" href="prominent.css" />
<link rel="stylesheet" type="text/css" href="index.css" />
<link rel="preload" as="font" type="font/woff2" href="https://global.hexstream.dev/fonts/kaushan-script/KaushanScript-Regular.woff2" crossorigin />
<link rel="preload" as="font" type="font/woff2" href="https://global.hexstream.dev/fonts/liberation/LiberationSerif-Regular.woff2" crossorigin />
<link rel="preload" as="image" type="image/svg+xml" href="https://global.hexstream.dev/non-free/images/logos/github.svg" />
<link rel="preload" as="image" type="image/svg+xml" href="https://global.hexstream.dev/non-free/images/logos/twitter-locked.svg" />
<link rel="preload" as="image" type="image/svg+xml" href="https://global.hexstream.dev/non-free/images/logos/keybase.svg" />
<link rel="preload" as="image" type="image/svg+xml" href="https://global.hexstream.dev/images/logos/public-domain.svg" />
<script src="index.mjs" type="module"></script>
</head>
<body>
<nav id="top-nav">
<div class="main">
<div class="breadcrumbs">
<a href="https://abc.hexstream.xyz/">Hexstream</a>
</div>
<nav class="tabs" id="meta-nav">
<ul>
<li><a class="github" href="https://github.com/Hexstream/www.hexstreamsoft.com"><span>See on GitHub</span></a></li>
</ul>
</nav>
</div>
<p id="last-updated"><span>This page was last updated on </span><time datetime="2026-01-19">19 january 2026</time><span>.</span></p>
</nav>
<main>
<header id="page-header">
<h1>HexstreamSoft</h1>
<p class="description">Public Domain Common Lisp R&D</p>
<p class="additional-info">by <a href="https://www.hexstream.expert/" target="_blank"><span class="nowrap">Jean-Philippe Paradis</span> (Hexstream)</a></p>
</header>
<p id="hello">Hello! I have been doing Common Lisp Open Source intensively for a decade.</p>
<div class="fit-content">
<nav class="navlists column">
<nav class="navlist column">
<section>
<a href="https://hexstream.link/cl">
<h1>Hexstream's Common Lisp pitch thing</h1>
<p>Why and how to get started with Common Lisp in 2025.</p>
</a>
</section>
</nav>
<nav class="navlist column">
<section>
<a href="libraries/">
<h1>Common Lisp libraries</h1>
<p>30+ ready-to-use libraries in Quicklisp, with many more to come!</p>
</a>
<ul class="extras">
<li><a href="libraries/definitions-systems/"><span>definitions-systems</span></a></li>
</ul>
</section>
<section>
<a href="articles/">
<h1>Programming articles</h1>
<p>Mostly about Common Lisp.</p>
</a>
<ul class="extras">
<li><a href="https://notes-and-tips.hexstreamsoft.com/"><span>CL tips</span></a></li>
<li><a href="https://hexstream.link/format" data-longlink="articles/common-lisp-format-reference/clhs-summary/#subsections-summary-table"><span>Epic FORMAT table!</span></a></li>
<li><a href="https://clos-mop.hexstreamsoft.com/"><span>MOP</span></a></li>
</ul>
</section>
<section>
<a href="accounts/">
<h1>My accounts</h1>
<p>My programming-related accounts on third-party websites.</p>
</a>
<ul class="extras">
<li><a href="https://hexstream.link/x/locked" class="image" id="twitter-quick-link" target="_blank"><span>Twitter</span></a></li>
<li><a href="https://hexstream.link/github" class="image" id="github-quick-link"><span>GitHub</span></a></li>
<li><a href="https://hexstream.link/keybase" class="image" id="keybase-quick-link"><span>Keybase</span></a></li>
</ul>
</section>
<section>
<a href="https://common-lispers.hexstreamsoft.com/">
<h1>Common Lispers list</h1>
<p>Discover Common Lisp open-source contributors and their best contributions! Add yourself!</p>
</a>
</section>
<section>
<a href="https://chat.hexstreamsoft.com/">
<h1>Common Lisp chat</h1>
<p>Please join us for fun <em>on-topic</em> conversations about Common Lisp! <em>We respect your time.</em></p>
</a>
</section>
<section>
<a href="https://roadmap.hexstreamsoft.com/">
<h1>Roadmap</h1>
<p>Please <em>sponsor me</em> to speed up development of these exciting features!</p>
</a>
</section>
<section>
<a href="https://sponsors.hexstreamsoft.com/">
<h1>Sponsors</h1>
<p>Please <em>sponsor me</em> to speed up the development of Common Lisp Open Source!</p>
</a>
</section>
<section>
<a href="resources/">
<h1>Programming resources</h1>
<p>Helpful links and recommendations.</p>
</a>
<ul class="extras">
<li><a href="https://hexstream.link/clhs"><span>CLHS</span></a></li>
<li><a href="http://www.w3.org/TR/html5/"><span>HTML5</span></a></li>
</ul>
</section>
</nav>
</nav>
</div>
<section class="prominent">
<div class="notice good-news" id="unlicense">
<div>
<p>I use <a href="https://unlicense.org/" target="_blank">the Unlicense</a> to <a href="resources/#unlicense">maximize the effective value of my work</a>.</p>
</div>
</div>
</section>
<section id="news">
<header>
<h1>News <a href="#news" class="anchor">⚓</a></h1>
</header>
<ol reversed>
<li>
<article class="news-item" id="6_january_2026">
<h1 class="date">
<a href="#6_january_2026"><time datetime="2026-01-06">6 january 2026</time></a>
<span class="border-fix"></span>
</h1>
<div class="body">
<p><a href="https://roadmap.hexstreamsoft.com/reports/yearly/" target="_blank">My yearly report thing</a> is available, for the ultra-curious.</p>
<p><b>edit, 19 january 2026:</b> I "declassified" <a href="https://roadmap.hexstreamsoft.com/reports/declassified/" target="_blank">some rather exciting reports</a>!</p>
</div>
</article>
</li>
<li>
<article class="news-item" id="24_november_2025">
<h1 class="date">
<a href="#24_november_2025"><time datetime="2025-11-24">24 november 2025</time></a>
<span class="border-fix"></span>
</h1>
<div class="body">
<p><strong><a href="https://sponsors.hexstreamsoft.com/log/" target="_blank">The HexstreamSoft Sponsors log</a> is pending <em><a href="https://www.hexstreamsoft.com/tmp/massive-hexstreamsoft-sponsors-log-upgrade.png" target="_blank">a truly epic upgrade</a>!!!</em></strong></p>
<p id="seriously-please-sponsor-me">
<strong><em>Please strongly consider <a href="https://hexstream.link/sponsor" target="_blank">sponsoring me</a> at this early stage,
<br />
it makes a huge difference and history will remember you!</em></strong>
</p>
</div>
</article>
</li>
<li>
<article class="news-item" id="29_october_2025">
<h1 class="date">
<a href="#29_october_2025"><time datetime="2025-10-29">29 october 2025</time></a>
<span class="border-fix"></span>
</h1>
<div class="body">
<p>🎉🎉🎉 <strong><em><a href="https://cv.hexstream.expert/" target="_blank">THANK YOU FOR 13000+ CONNECTIONS/FOLLOWERS!!!</a></em></strong> 🎉🎉🎉</p>
<p><strong>Check out <a href="https://hexstream.link/cl" target="_blank">my Common Lisp pitch thing</a>!</strong></p>
</div>
</article>
</li>
<li>
<article class="news-item" id="24_april_2025">
<h1 class="date">
<a href="#24_april_2025"><time datetime="2025-04-24">24 april 2025</time></a>
<span class="border-fix"></span>
</h1>
<div class="body">
<p>I finally launched <a href="https://hexstream.link/" target="_blank">hexstream.link</a>, and completely overhauled <a href="accounts/" target="_blank">the accounts page</a>.</p>
</div>
</article>
</li>
<li>
<article class="news-item" id="2_november_2023">
<h1 class="date">
<a href="#2_november_2023"><time datetime="2023-11-02">2 november 2023</time></a>
<span class="border-fix"></span>
</h1>
<div class="body">
<p><strong>I added important items to <a href="https://roadmap.hexstreamsoft.com/" target="_blank">my exciting roadmap</a></strong>, and improved the formatting.</p>
</div>
</article>
</li>
<li>
<article class="news-item" id="31_october_2023">
<h1 class="date">
<a href="#31_october_2023"><time datetime="2023-10-31">31 october 2023</time></a>
<span class="border-fix"></span>
</h1>
<div class="body">
<p><strong><em><a href="https://www.linkedin.com/posts/hexstream_thank-you-for-9000-connectionsfollowers-activity-7125104122499850241-zee-/" target="_blank">ANNOUNCING THE COMMON LISP SYMBOL NICKNAMES GOLD RUSH!!!</a></em></strong></p>
</div>
</article>
</li>
<li>
<article class="news-item" id="25_october_2023">
<h1 class="date">
<a href="#25_october_2023"><time datetime="2023-10-25">25 october 2023</time></a>
<span class="border-fix"></span>
</h1>
<div class="body">
<p>🎉🎉🎉 <strong><em><a href="https://cv.hexstream.expert/" target="_blank">THANK YOU FOR 9000+ CONNECTIONS/FOLLOWERS!!!</a></em></strong> 🎉🎉🎉</p>
<div class="gallery" id="over-9000">
<article>
<a href="non-free/videos/over-9000.mp4" target="_blank"><img src="non-free/images/over-9000.png" width="169" height="128" /></a>
</article>
</div>
</div>
</article>
</li>
</ol>
</section>
</main>
<div id="footers">
<footer id="powered-by-cloudflare">
<p>This website is powered by <a href="https://www.cloudflare.com/" target="_blank">Cloudflare</a>.</p>
</footer>
<footer id="footer">
<div class="back-to-top left">
<a href="#">⬆</a>
</div>
<div class="main">
<a href="https://hexstream.link/validate?type=html&url=https://www.hexstreamsoft.com/" target="_blank">✔ HTML5</a>
<a href="https://github.com/Hexstream/www.hexstreamsoft.com/blob/master/assets/index.html" target="_blank">✔ Public Domain</a>
<a href="https://hexstream.link/validate?type=css&url=https://www.hexstreamsoft.com/" target="_blank">✔ CSS3</a>
<a>✔ Mobile-friendly</a>
</div>
<div class="back-to-top right">
<a href="#">⬆</a>
</div>
</footer>
</div>
</body>
</html>