-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
498 lines (498 loc) · 16.1 KB
/
Copy pathindex.html
File metadata and controls
498 lines (498 loc) · 16.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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Scheme Community</title>
<link rel="stylesheet" href="/schemeorg.css">
<meta name="viewport" content=
"width=device-width, initial-scale=1">
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type=
"image/svg+xml">
</head>
<body>
<header>
<ul class="menu">
<li>
<a href="https://www.scheme.org/">Home</a>
</li>
<li>
<a href="https://docs.scheme.org/">Docs</a>
</li>
<li class="active">Community</li>
<li>
<a href="https://standards.scheme.org/">Standards</a>
</li>
<li>
<a href="https://get.scheme.org/">Implementations</a>
</li>
</ul>
</header>
<h1 id="logo">Scheme Community</h1>
<div class="round-box gray-box">
<ul>
<li>
<a href="#question-and-answer-sites">Question and answer
sites</a>
</li>
<li>
<a href="#discussion-forums">Discussion forums</a>
</li>
<li>
<a href="#chat-rooms">Chat rooms</a>
</li>
<li>
<a href="#policies">Policies</a>
</li>
</ul>
</div>
<h2>How the community is organized</h2>
<p>Scheme is similar to Common Lisp and C in that the language is
based around a well-known standard with many implementations, and
the people whose ideas begat the standard are no longer active
around the language. Since the founders are gone, no-one has a
natural right to own the communities around these languages, and
several prominent sub-communities have formed.</p>
<p>The most official Scheme group is the <a href=
"http://scheme-reports.org/">Steering Committee</a>, which
approves revisions of the standard. The committee stays out of
day-to-day affairs. In practice, the most representative Scheme
communities gather around the major implementations, on the SRFI
mailing lists, the <kbd>#scheme</kbd> IRC channel, and at the
<a href="https://events.scheme.org">Scheme Workshop</a>.</p>
<p>Scheme belongs to the <a href=
"https://en.wikipedia.org/wiki/Lisp_(programming_language)" rel=
"noreferrer">Lisp programming language family</a>. Places dealing
with the whole family are included on this page.</p>
<h2 id="question-and-answer-sites">Question and answer sites</h2>
<p><a href="https://cookbook.scheme.org/">Scheme Cookbook</a></p>
<p><a href="https://stackoverflow.com/questions/tagged/scheme"
rel="noreferrer">Stack Overflow (Scheme tag)</a></p>
<p><a href="https://rosettacode.org/wiki/Category:Scheme" rel=
"noreferrer">Rosetta Code (Scheme category)</a></p>
<h2 id="discussion-forums">Discussion forums</h2>
<div class="round-box gray-box">
<p>These are mailing lists except where noted otherwise. GG
stands for <a href=
"https://en.wikipedia.org/wiki/Google_Groups" rel=
"noreferrer">Google Groups</a>.</p>
</div>
<h3>General interest</h3>
<blockquote>
<p><a href="https://www.reddit.com/r/scheme/" rel=
"noreferrer"><b>r/scheme</b> on Reddit</a></p>
<p><b>comp.lang.scheme</b> newsgroup</p>
<ul>
<li>Browse using <a href=
"https://groups.google.com/g/comp.lang.scheme" rel=
"noreferrer">Google</a> or <a href=
"https://comp.lang.scheme.narkive.com/" rel=
"noreferrer">Narkive</a>
</li>
<li>
<a href=
"http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.scheme.html"
rel="noreferrer">comp.lang.scheme FAQ</a>
</li>
<li>
<a href="https://en.wikipedia.org/wiki/Usenet_newsgroup"
rel="noreferrer">Introduction to newsgroups</a>
</li>
</ul>
<p><a href=
"https://srfi.schemers.org/srfi-list-subscribe.html#scheme-topics">
Scheme Topics</a> (hosted at SRFI)</p>
</blockquote>
<h3>Standardization</h3>
<ul>
<li>
<a href=
"https://srfi.schemers.org/srfi-list-subscribe.html">SRFI</a>
(Scheme Requests for Implementation)
</li>
<li>
<a href="https://groups.google.com/g/scheme-reports-wg2" rel=
"noreferrer">R<sup>7</sup>RS-large</a> (GG)
</li>
<li>
<a href="http://www.scheme-reports.org/mail.html">Scheme
Reports</a> (the R<sup>n</sup>RS process; extremely low
traffic)
</li>
<li>
<a href=
"https://srfi.schemers.org/srfi-list-subscribe.html#schemeregistry">
Scheme Registry</a>
</li>
<li>
<a href=
"https://srfi.schemers.org/srfi-list-subscribe.html#schemeorg">
Scheme.org</a>
</li>
</ul>
<h3>Implementations</h3>
<ul>
<li>
<a href=
"https://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html#Mailing-list"
rel="noreferrer">Bigloo</a>
</li>
<li>
<a href="https://groups.google.com/g/biwascheme" rel=
"noreferrer">BiwaScheme</a> (GG)
</li>
<li>
<a href="https://groups.google.com/g/chez-scheme" rel=
"noreferrer">Chez Scheme</a> (GG)
</li>
<li>
<a href="https://groups.google.com/g/chibi-scheme" rel=
"noreferrer">Chibi-Scheme</a> (GG)
</li>
<li>
<a href=
"https://lists.nongnu.org/mailman/listinfo/chicken-hackers">CHICKEN
hackers</a>
</li>
<li>
<a href=
"https://lists.nongnu.org/mailman/listinfo/chicken-janitors">CHICKEN
janitors</a>
</li>
<li>
<a href=
"https://lists.nongnu.org/mailman/listinfo/chicken-users">CHICKEN
users</a>
</li>
<li>
<a href=
"https://mailman.iro.umontreal.ca/mailman/listinfo/gambit-list">
Gambit Scheme</a>
</li>
<li>
<a href=
"https://sourceforge.net/projects/gauche/lists/gauche-devel"
rel="noreferrer">Gauche devel</a>
</li>
<li>
<a href=
"https://lists.gnu.org/mailman/listinfo/guile-devel">Guile
devel</a>
</li>
<li>
<a href=
"https://lists.gnu.org/mailman/listinfo/guile-user">Guile
user</a>
</li>
<li>
<a href="https://groups.google.com/g/jazzscheme" rel=
"noreferrer">JazzScheme</a> (GG)
</li>
<li>
<a href=
"https://www.gnu.org/software/kawa/Mailing-lists.html">Kawa</a>
</li>
<li>
<a href=
"https://sourceforge.net/projects/ksi/lists/ksi-devel" rel=
"noreferrer">KSi devel</a>
</li>
<li>
<a href="https://sourceforge.net/projects/ksi/lists/ksi-user"
rel="noreferrer">KSi user</a>
</li>
<li>
<a href=
"https://lists.ccs.neu.edu/bin/listinfo/larceny-users">Larceny</a>
</li>
<li>
<a href=
"https://lists.gnu.org/mailman/listinfo/mit-scheme-announce">MIT/GNU
Scheme announce</a>
</li>
<li>
<a href=
"https://lists.gnu.org/mailman/listinfo/mit-scheme-devel">MIT/GNU
Scheme devel</a>
</li>
<li>
<a href="https://groups.google.com/g/mosh-developer-discuss"
rel="noreferrer">Mosh developer-discuss</a> (GG)
</li>
<li>
<a href="https://racket.discourse.group/" rel=
"noreferrer">Racket Discourse</a>
</li>
<li>
<a href=
"https://cm-mail.stanford.edu/mailman/listinfo/cmdist">s7</a>
</li>
<li>
<a href="https://groups.google.com/g/sagittarius-scheme" rel=
"noreferrer">Sagittarius</a> (GG)
</li>
<li>
<a href="http://www.s48.org/mailing-list.html">Scheme 48</a>
</li>
<li>
<a href=
"https://lists.gnu.org/archive/html/scm-discuss/">SCM</a>
</li>
<li>
<a href="https://sourceforge.net/p/sisc/mailman/" rel=
"noreferrer">SISC devel</a>
</li>
<li>
<a href=
"https://sourceforge.net/projects/sisc/lists/sisc-users" rel=
"noreferrer">SISC users</a>
</li>
<li>
<a href=
"https://github.com/egallesio/STklos/issues">STklos</a> (Github issues)
</li>
<li>
<a href=
"https://sourceforge.net/p/tinyscheme/mailman/tinyscheme-issues/"
rel="noreferrer">TinyScheme</a>
</li>
<li>
<a href="https://groups.google.com/a/web-scheme.org/g/dev"
rel="noreferrer">WebScheme dev</a> (GG)
</li>
</ul>
<h3>Applications</h3>
<ul>
<li>
<a href="https://groups.google.com/g/scheme-for-max" rel=
"noreferrer">Scheme for Max and Scheme for Pd</a> (GG)
</li>
</ul>
<h3>Packaging</h3>
<p>These lists are intended for maintainers of Scheme-related
operating system packages. To ask how to use a Scheme
implementation on a particular OS, please use that
implementation's mailing list.</p>
<ul>
<li>
<a href="https://lists.debian.org/debian-scheme/">Debian
Scheme</a>
</li>
<li>
<a href="https://wiki.gentoo.org/wiki/Project:Scheme">Gentoo
Scheme</a>
</li>
</ul>
<h3>Lisp family</h3>
<ul>
<li>
<a href="https://www.reddit.com/r/lisp/" rel=
"noreferrer"><b>r/lisp</b> on Reddit</a>
</li>
<li>
<a href="https://www.reddit.com/r/learnlisp/" rel=
"noreferrer"><b>r/learnlisp</b> on Reddit</a>
</li>
</ul>
<h2 id="chat-rooms">Chat rooms</h2>
<div class="round-box gray-box">
<p>Names starting with <code>#</code> indicate <a href=
"https://en.wikipedia.org/wiki/Internet_Relay_Chat" rel=
"noreferrer">Internet Relay Chat (IRC)</a> channels unless
otherwise noted. Most Scheme and Lisp channels reside on the
<a href="https://libera.chat/" rel="noreferrer">Libera Chat</a>
network. Channels on other networks are labeled
accordingly.</p>
<p>IRC is easiest to visit via webchat. Regulars are advised to
install an <a href=
"https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients"
rel="noreferrer">IRC client</a>. To avoid logging out of IRC
when shutting down your computer, a client or a <a href=
"https://en.wikipedia.org/wiki/BNC_(software)" rel=
"noreferrer">bouncer</a> can be installed on a Linux or Unix
shell account. Universities commonly provide accounts suitable
for IRC to their students and faculty. <a href=
"https://www.irccloud.com" rel="noreferrer">IRCCloud</a> is a
commercial bouncer with a webchat.</p>
</div>
<h3>General interest</h3>
<ul>
<li>
<kbd>#scheme</kbd> — the main channel for Scheme (<a href=
"https://web.libera.chat/#scheme" rel=
"noreferrer">webchat</a>; <a href=
"http://gmw.xen.prgmr.com/irc-logs" rel=
"noreferrer">logs</a>; <a href=
"https://ccl.clozure.com/irc-logs/scheme/" rel=
"noreferrer">logs for the old Freenode channel</a>)
</li>
<li>
<a href="https://discord.gg/ZcTYrdx" rel="noreferrer">Scheme
Discord</a>
</li>
</ul>
<h3>Implementations</h3>
<ul>
<li>Chez Scheme: <kbd>#chez</kbd> (<a href=
"https://web.libera.chat/#chez" rel="noreferrer">webchat</a>)
</li>
<li>CHICKEN: <kbd>#chicken</kbd> (<a href=
"https://web.libera.chat/#chicken" rel=
"noreferrer">webchat</a>)
</li>
<li>Gambit: <kbd>gambit/gambit</kbd> on Gitter (<a href=
"https://gitter.im/gambit/gambit" rel="noreferrer">webchat</a>)
</li>
<li>Gauche: <a href=
"http://chaton.practical-scheme.net/gauche/" rel="noreferrer">
webchat</a>
</li>
<li>Gerbil: <kbd>gerbil-scheme/community</kbd> on Gitter
(<a href="https://gitter.im/gerbil-scheme/community" rel=
"noreferrer">webchat</a>)
</li>
<li>GNU Guile: <kbd>#guile</kbd> (<a href=
"https://web.libera.chat/#guile" rel="noreferrer">webchat</a>)
</li>
<li>Loko Scheme: <kbd>#loko</kbd> (<a href=
"https://web.libera.chat/#loko" rel="noreferrer">webchat</a>)
</li>
<li>Otus Lisp: <kbd>#otus-lisp</kbd> (<a href=
"https://web.libera.chat/#otus-lisp" rel=
"noreferrer">webchat</a>)
</li>
<li>Owl Lisp: <kbd>#owl-lisp</kbd> (<a href=
"https://web.libera.chat/#owl-lisp" rel=
"noreferrer">webchat</a>)
</li>
<li>Racket
<ul>
<li>
<a title=
"Community section of racket home page has links and invites to chat services"
href="https://racket-lang.org/#community">Community</a>
</li>
<li>
<a title=
"Racket Slack link and invite avaliable from Racket home page"
href="https://racket-lang.org/#community">Slack</a>
</li>
<li>
<a href="https://discord.gg/6Zq8sH5" rel=
"noreferrer">Racket Discord</a>
</li>
<li>
<kbd>#racket</kbd> (<a href=
"https://web.libera.chat/#racket" rel=
"noreferrer">webchat</a>)
</li>
</ul>
</li>
</ul>
<h3>Tools</h3>
<ul>
<li>
<a href="https://akkuscm.org/">Akku</a> (package manager for
Scheme libraries): <kbd>#akku</kbd> (<a href=
"https://web.libera.chat/#akku" rel="noreferrer">webchat</a>)
</li>
<li>
<a href="https://guix.gnu.org/" rel="noreferrer">GNU Guix</a>
(package manager and Linux distro): <kbd>#guix</kbd>
(<a href="https://web.libera.chat/#guix" rel=
"noreferrer">webchat</a>)
</li>
<li>
<a href="https://get.scheme.org/scsh/">Scsh</a> (Scheme
shell): <kbd>#scsh</kbd> (<a href=
"https://web.libera.chat/#scsh" rel="noreferrer">webchat</a>)
</li>
</ul>
<h3>Lisp family</h3>
<ul>
<li>
<kbd>#lisp</kbd> — the main IRC channel for the Lisp family
as a whole (<a href="https://irclog.tymoon.eu/libera/%23lisp"
rel="noreferrer">logs</a>)
</li>
<li>
<a href="https://discord.gg/hhk46CE" rel="noreferrer">Lisp
Discord</a>
</li>
<li>
<kbd>#lispcafe</kbd> — casual and beginner-friendly (<a href=
"https://www.cliki.net/lispcafe" rel="noreferrer">CLiki</a>)
</li>
<li>
<kbd>#lispgames</kbd> — game programming (<a href=
"https://github.com/lispgames" rel="noreferrer">GitHub</a>)
</li>
<li><kbd>#lispweb</kbd> — web programming</li>
<li><kbd>#s-expressions</kbd> — using the native syntax of Lisp
and Scheme in any language</li>
</ul>
<h3>Lisp family (regional)</h3>
<ul>
<li>Brazilian Portuguese: <kbd>#lisp-br</kbd></li>
<li>Finnish: <kbd>#lisp.fi</kbd> on <a href=
"https://www.ircnet.com/" rel="noreferrer">IRCnet</a>
</li>
<li>French: <kbd>#lisp-fr</kbd> on <a href=
"https://www.ircnet.com/" rel="noreferrer">IRCnet</a>
</li>
<li>Italian: <kbd>#lisp-it</kbd></li>
<li>Polish: <kbd>#lisp-pl</kbd></li>
<li>Spanish: <kbd>#lisp-es</kbd></li>
</ul>
<h2 id="policies">Policies</h2>
<h3>Commercial platforms</h3>
<ul>
<li>
<a href="https://discord.com/"><b>Discord</b></a>. View the
<a href="https://discord.com/terms" rel="noreferrer">Terms of
Service</a> and the <a href=
"https://tosdr.org/en/service/536" rel="noreferrer">summary
at ToS;DR</a>.
</li>
<li>
<a href="https://gitter.im/"><b>Gitter</b></a>. View the
<a href="https://static.element.io/legal/terms-of-use.pdf"
rel="noreferrer">Terms of Use</a>.
</li>
<li><b>Google Groups</b>.</li>
<li>
<a href="https://www.irccloud.com/"><b>IRCCloud</b></a>. View
the <a href="https://www.irccloud.com/terms">Terms of
Service</a> and the <a href=
"https://www.irccloud.com/privacy">Privacy Policy</a>.
</li>
<li>
<a href="https://slack.com/"><b>Slack</b></a>. View the
<a href="https://slack.com/legal">Terms & Policies</a> and
the <a href="https://tosdr.org/en/service/206" rel=
"noreferrer">summary at ToS;DR</a>.
</li>
<li>
<a href="https://stackexchange.com/"><b>Stack
Exchange</b></a>. View the <a href=
"https://stackoverflow.com/legal/terms-of-service/public">Terms
of Service</a> and the <a href=
"https://tosdr.org/en/service/300" rel="noreferrer">summary
at ToS;DR</a>.
</li>
</ul>
<h3>Non-profits</h3>
<ul>
<li>
<a href="https://libera.chat/"><b>Libera Chat</b></a>. View
the <a href="https://libera.chat/policies" rel=
"noreferrer">Network policies</a> and the <a href=
"https://tosdr.org/en/service/3745" rel="noreferrer">summary
at ToS;DR</a>.
</li>
</ul>
<p>The source for this page is at <a href=
"https://github.com/schemeorg-community/monorepo/blob/master/community/index.html">
https://github.com/schemeorg-community/monorepo/blob/master/community/index.html</a>.
Contributors welcome.</p>
</body>
</html>