-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
238 lines (197 loc) · 10.2 KB
/
index.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
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
<!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="2024-01-26">26 january 2024</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 contains-navlists">
<nav class="navlists column">
<nav class="navlist column">
<section class="contains-extras">
<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 class="contains-extras">
<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="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 class="contains-extras">
<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://blog.hexstream.xyz/about-phoe/#27_january_2021" class="image" id="twitter-quick-link" target="_blank" rel="noreferrer"><span>Twitter</span></a></li>
<li><a href="https://github.com/Hexstream" class="image" id="github-quick-link"><span>GitHub</span></a></li>
<li><a href="https://keybase.io/hexstream" 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 class="contains-extras">
<a href="resources/">
<h1>Programming resources</h1>
<p>Helpful links and recommendations.</p>
</a>
<ul class="extras">
<li><a href="https://www.lispworks.com/documentation/HyperSpec/Front/index.htm"><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 id="sponsors">
<p>We are looking for new major <a href="https://sponsors.hexstreamsoft.com/">sponsors</a>!</p>
</section>
<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="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://validator.w3.org/check?uri=http%3A%2F%2Fwww.hexstreamsoft.com%2F" 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://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.hexstreamsoft.com%2F" target="_blank">✔ CSS3</a>
<a>✔ Mobile-friendly</a>
</div>
<div class="back-to-top right">
<a href="#">⬆</a>
</div>
</footer>
</div>
</body>
</html>