-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsrfi-editors.html
39 lines (36 loc) · 1.53 KB
/
srfi-editors.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SRFI Editors</title>
<link href="/favicon.png" rel="icon" sizes="192x192" type="image/png">
<link href="admin.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1"></head>
<body>
<h1><a href="/"><img class="srfi-logo" src="srfi-logo.svg" alt="SRFI surfboard logo" /></a>SRFI Editors</h1>
<h2>Present</h2>
<dl>
<dt><a href="http://www.speechcode.com/">Arthur A. Gleckler</a></dt>
<dd>2015-present</dd>
</dl>
<h2>Past</h2>
<dl>
<!-- one of (DD DT) -->
<dt><a href="http://www.cs.brown.edu/~sk/">Shriram Krishnamurthi</a></dt>
<dd>1998-2002</dd>
<dt><a href="http://www.sarg.ryerson.ca/dmason/">Dave Mason</a></dt>
<dd>1998-2002</dd>
<dt><a href="http://www.deinprogramm.de/sperber/">Mike Sperber</a></dt>
<dd>1998-2015</dd>
<dt><a href="http://people.netscape.com/drush/">David Rush</a></dt>
<dd>2002-2005</dd>
<dt><a href="http://biblio06.fciencias.unam.mx/solsona/">Francisco Solsona</a></dt>
<dd>2002-2015</dd>
<dt><a href="http://www.ccs.neu.edu/home/dvanhorn/">David Van Horn</a></dt>
<dd>2004-2015</dd>
<dt><a href="http://www.rscheme.org/~donovan/">Donovan Kolbly</a></dt>
<dd>2005-2015</dd>
</dl>
<p>The history of this document is <a href="https://github.com/scheme-requests-for-implementation/srfi-common/commits/master/srfi-editors.html">here</a>.
</body>
</html>