-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (118 loc) · 2.94 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
<html>
<head>
<title>Lisp.se</title>
</head>
<body text="#000000" bgcolor="#ffffff">
<p>
<center>
<h1>LISP.SE</h1>
</center>
</p>
<p>
<center>
Samlingsplats för Lispprogrammerare.
</center>
</p>
<p>
<center>
<a href="http://sv.wikipedia.org/wiki/AutoLISP">AutoLisp</a>
-
<a href="http://sv.wikipedia.org/wiki/Clojure">Clojure</a>
-
<a href="http://sv.wikipedia.org/wiki/Common_Lisp">Common Lisp</a>
-
<a href="http://en.wikipedia.org/wiki/Emacs_Lisp">Emacs Lisp</a>
-
<a href="http://sv.wikipedia.org/wiki/Scheme">Scheme</a>
-
<a href="http://en.wikipedia.org/wiki/Cadence_SKILL">SKILL</a>
</center>
</p>
<p>
</p>
<p>
<center>
<a href="http://mailman.nocrew.org/cgi-bin/mailman/listinfo/lisp">Maillista</a>
för diskussion om programmeringsspråket
<a href="http://sv.wikipedia.org/wiki/Lisp">Lisp</a>.<br>
Arkiverad på
<a href="http://dir.gmane.org/gmane.lisp.region.sweden">Gmane</a>
och
<a href="http://www.mail-archive.com/[email protected]/">mail-archive.com</a>.
</center>
</p>
<p>
<center>
<a href="http://www.facebook.com/groups/lisp.se/">Facebook-grupp</a>
-
<a href="http://plus.google.com/communities/109610076364848923030">Google+-grupp</a>
-
<a href="http://github.com/Lisp-se">GitHub-organisation</a>
</center>
</p>
<p>
<center>
Internationell IRC-kanal: irc.lisp.se #Lisp.<br>
(Alias för irc.freenode.net.)
</center>
</p>
<p>
</p>
<p>
<center>
Lokala kopior:
</center>
</p>
<p>
<center>
<a href="http://clhs.lisp.se/"><i>Common Lisp HyperSpec</i></a>
</center>
</p>
<p>
<center>
<a href="http://cltl2.lisp.se/"><i>Common Lisp, the Language,
2nd Edition</i></a>
</center>
</p>
<p>
<center>
<a href="http://mop.lisp.se/"><i>The Common Lisp Object System
MetaObject Protocol</i></a>
</center>
</p>
<p>
<center>
<a href="http://el.lisp.se/"><i>GNU Emacs Lisp Reference
Manual</i></a>
</center>
</p>
<p>
<center>
<a href="http://r5rs.lisp.se/"><i>Revised<sup>5</sup> Report on the
Algorithmic Language Scheme</i></a>
</center>
</p>
<p>
<center>
<a href="http://r6rs.lisp.se/"><i>Revised<sup>6</sup> Report on the
Algorithmic Language Scheme</i></a>
</center>
</p>
<p>
<center>
<a href="http://cl-su-ai.lisp.se/"><i>Historisk diskussion
om Common Lisp</i></a>
</center>
</p>
<p>
</p>
<p>
<center>
webmaster@lisp.se
</center>
</p>
</body>
</html>