-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (83 loc) · 3.86 KB
/
index.html
File metadata and controls
108 lines (83 loc) · 3.86 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="canonical" href="https://www.hexstreamsoft.com/articles/" />
<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="I should really get the articles party going." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Programming articles by Jean-Philippe Paradis (mostly about Common Lisp)</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/navlist.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 />
</head>
<body>
<nav id="top-nav">
<div class="main">
<div class="breadcrumbs">
<a href="../">HexstreamSoft</a>
<span class="crumb"><span class="s"> » </span><a class="here">Articles</a></span>
</div>
</div>
<p id="last-updated"><span>This page was last updated on </span><time datetime="2025-10-29">29 october 2025</time><span>.</span></p>
</nav>
<main>
<header id="page-header">
<h1>Programming articles</h1>
<p class="description">Mostly about Common Lisp.</p>
</header>
<div class="fit-content">
<nav class="navlists column">
<nav class="navlist column">
<section>
<a href="cl-pitch-thing/">
<h1>Hexstream's Common Lisp pitch thing</h1>
<p>Why and how to get started with Common Lisp in 2025.</p>
</a>
</section>
<section>
<a href="https://notes-and-tips.hexstreamsoft.com/">
<h1>Notes and tips: Standard Common Lisp symbols</h1>
<p>Informal yet helpful information on the standard symbols and their bindings.</p>
</a>
</section>
<section>
<a href="getting-started-with-the-clhs/">
<h1>Getting started with the Common Lisp HyperSpec</h1>
<p>Learn about the <em>definitive</em> Common Lisp reference and how to use it more effectively.</p>
</a>
</section>
<section>
<a href="common-lisp-format-reference/">
<h1>Common Lisp FORMAT reference</h1>
</a>
</section>
<section>
<a href="https://clos-mop.hexstreamsoft.com/">
<h1><abbr title="Common Lisp Object System Metaobject Protocol">CLOS MOP</abbr> specification (modern, public domain)</h1>
<p>Special thanks to the <cite>The Art of the Metaobject Protocol</cite> authors and Robert Strandh!</p>
</a>
</section>
</nav>
</nav>
</div>
</main>
<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/articles/" target="_blank">✔ HTML5</a>
<a href="https://github.com/Hexstream/www.hexstreamsoft.com/blob/master/assets/articles/index.html" target="_blank">✔ Public Domain</a>
<a href="https://hexstream.link/validate?type=css&url=https://www.hexstreamsoft.com/articles/" target="_blank">✔ CSS3</a>
<a>✔ Mobile-friendly</a>
</div>
<div class="back-to-top right">
<a href="#">⬆</a>
</div>
</footer>
</body>
</html>