-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (86 loc) · 4.35 KB
/
Copy pathindex.html
File metadata and controls
111 lines (86 loc) · 4.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="canonical" href="https://clos-mop.hexstreamsoft.com/" />
<link rel="license" href="https://clos-mop.hexstreamsoft.com/UNLICENSE" />
<meta name="description" content="HexstreamSoft version of the Common Lisp Object System Metaobject Protocol specification, based on Robert Strandh's public domain HTML version." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Common Lisp Object System Metaobject Protocol | Articles | HexstreamSoft</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/under.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/homepage.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" />
</head>
<body>
<nav id="top-nav">
<div class="main">
<div class="breadcrumbs">
<a href="https://www.hexstreamsoft.com/">HexstreamSoft</a>
<span class="crumb"><span class="s"> » </span><a href="https://www.hexstreamsoft.com/articles/">Articles</a></span>
<span class="crumb">
<span class="s"> » </span><a class="here">CLOS MOP</a>
<a class="shortlink self under" href="https://hexstream.link/mop">hexstream.link/mop</a></span>
</span>
</div>
<nav class="tabs" id="meta-nav">
<ul>
<li><a class="github" href="https://github.com/Hexstream/clos-mop.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="2018-09-06">6 september 2018</time><span>.</span></p>
</nav>
<main>
<header id="page-header">
<h1>Common Lisp <span class="prefer-nowrap">Object System</span><br />Metaobject Protocol</h1>
<p class="description">Special thanks to the <a href="https://www.amazon.ca/Art-Metaobject-Protocol-Gregor-Kiczales/dp/0262610744" target="_blank"><cite>The Art of the Metaobject Protocol</cite></a> authors and <a href="http://metamodular.com/" target="_blank">Robert Strandh</a>!<br />Their generous contributions to the public domain have made this website possible.</p>
</header>
<nav class="navlists column">
<nav class="navlist column">
<section>
<a href="concepts/">
<h1>Chapter 5: Concepts</h1>
</a>
</section>
<section>
<a href="generic-functions-and-methods/">
<h1>Chapter 6: Generic Functions and Methods</h1>
</a>
</section>
</nav>
<nav class="navlist">
<section>
<a href="classes/">
<h1>Classes (non-normative)</h1>
</a>
</section>
</nav>
</nav>
<nav class="tabs">
<ul>
<li><a href="preferences/">Preferences</a></li>
</ul>
</nav>
</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://clos-mop.hexstreamsoft.com/" target="_blank">✔ HTML5</a>
<a href="https://github.com/Hexstream/clos-mop.hexstreamsoft.com/blob/master/assets/index.html" target="_blank">✔ Public Domain</a>
<a href="https://hexstream.link/validate?type=css&url=https://clos-mop.hexstreamsoft.com/" target="_blank">✔ CSS3</a>
<a>✔ Mobile-friendly</a>
</div>
<div class="back-to-top right">
<a href="#">⬆</a>
</div>
</footer>
</body>
</html>