189 lines
5.5 KiB
HTML
189 lines
5.5 KiB
HTML
<html>
|
|
|
|
<!-- Time-stamp: <01/06/29 08:54:40 shriram> -->
|
|
|
|
|
|
|
|
|
|
<title>Welcome to schemers.org!</title>
|
|
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
|
|
|
<body bgcolor=WHITE text=BLACK link=BLUE vlink="#aa0088" alink=RED>
|
|
|
|
<p>
|
|
<table width=100%>
|
|
<tr valign=TOP>
|
|
<td>
|
|
<img src="logo-dsandler.gif"
|
|
alt="logo"
|
|
width=110
|
|
height=70>
|
|
<br><br>
|
|
'(schemers . org):<br>
|
|
an improper list<br>
|
|
of Scheme resources<br>
|
|
—[<a href="Welcome/">DS</a>]
|
|
</td>
|
|
<td>
|
|
|
|
|
|
<p>
|
|
<center>
|
|
<table bgcolor="#aad0ff">
|
|
<tr>
|
|
<td>
|
|
<big>
|
|
<code>(<a href="Welcome/">welcome</a> '(schemers . org))</code>
|
|
</big>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</p>
|
|
|
|
<p>
|
|
<center>
|
|
<table>
|
|
<tr align=RIGHT>
|
|
<td>I intend this but for a Scheme of a larger Design.<br>
|
|
--Woodward, <cite>Nat. Hist. Earth</cite>, 1723</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
<p align="CENTER">
|
|
<strong>News Items and Announcements</strong>
|
|
</p>
|
|
|
|
<p>
|
|
Please check out the Scheme workshops from
|
|
<a href="http://homes.soic.indiana.edu/jhemann/scheme-14/">2014</a>,
|
|
<a href="http://andykeep.com/SchemeWorkshop2015/">2015</a>,
|
|
<a href="http://scheme2016.snow-fort.org/">2016</a>
|
|
(with <a href="https://www.youtube.com/playlist?list=PLoH3jteqsb2jcsSe4Ve1TDeLL5fCCiwzC">videos</a>),
|
|
<a href="http://scheme2017.namin.org/">2017</a>
|
|
(with <a href="https://www.youtube.com/playlist?list=PLnqUlCo055hWAwdO0V0lCBGfgL-3fFgvV">videos</a>),
|
|
<a href="http://www.schemeworkshop.org/2018/">2018</a>
|
|
(with <a href="https://www.youtube.com/playlist?list=PLoH3jteqsb2j9qKCH8CuNLfzJdpKxy43J">videos</a>),
|
|
and
|
|
<a href="https://thomas.gilray.org/scheme-2019/">2019</a>
|
|
(with <a href="https://www.youtube.com/playlist?list=PLyrlk8Xaylp4pcRhsuZ0gEOmggCOd8GBz">videos</a>).
|
|
</p>
|
|
|
|
<p>
|
|
Manuel Serrano was invited to give a seminar on Hop to
|
|
<a href="https://www.youtube.com/watch?v=i7bc6yiJQ0I">the
|
|
Collège de France</a>.
|
|
</p>
|
|
|
|
<p>
|
|
Now that both
|
|
<a href="http://www.r6rs.org/">R6RS</a>
|
|
and
|
|
<a href="https://small.r7rs.org/">R7RS Small</a>
|
|
have been ratified, work has begun on
|
|
<a href="http://r7rs.org/">R7RS Large</a>.
|
|
</p>
|
|
|
|
<p>
|
|
Blogspace is alive with good Scheme articles.
|
|
See <a href="http://www.scheme.dk/planet/">Planet Scheme</a>!
|
|
You can also find some articles
|
|
<a href="Documents/#essays">linked</a> from here.
|
|
</p>
|
|
|
|
<p>
|
|
Check out the Scheme <a href="https://scheme.meetup.com/">Meetup site</a>.
|
|
</p>
|
|
|
|
<p align="CENTER">
|
|
<strong>The Regular Fare</strong>
|
|
</p>
|
|
|
|
<p>
|
|
<center>
|
|
<table bgcolor="#fff0d2">
|
|
<tr>
|
|
<td>
|
|
<big>
|
|
<pre>(<b>case</b> (<font color=RED>what-would-you-like-to-do?</font>)
|
|
((<font color=GREEN>learn</font>)
|
|
(<font color=PURPLE>choose-from</font> <a href="http://community.schemewiki.org/?scheme-faq">FAQ</a>
|
|
<a href="Documents/#all-texts">textbooks</a>
|
|
<a href="Documents/#videos">videos</a>
|
|
<a href="http://www.scheme.dk/planet/">blogs</a>
|
|
<a href="Documents/Standards/">standards</a>
|
|
<a href="Tutorials/">tutorials</a>
|
|
<a href="Documents/">other documents</a>
|
|
<a href="Education/">education</a>))
|
|
((<font color=GREEN>program</font>)
|
|
(<font color=PURPLE>choose-from</font> <a href="http://community.schemewiki.org/?scheme-faq-standards#implementations">implementations</a>
|
|
<a href="http://community.schemewiki.org/?scheme-faq-standards#libraries">libraries</a>
|
|
<a href="Implementations/#environments">environments</a>
|
|
<a href="https://srfi.schemers.org/">Reqests for Implementation</a> (<a href="https://srfi.schemers.org/srfi.svg">SRFI</a>)))
|
|
((<font color=GREEN>socialize</font>)
|
|
(<font color=PURPLE>choose-from</font> <a href="http://www.hpc.unm.edu/~download/abqlispscheme/">ABQ Lisp/Scheme</a> - Albuquerque, NM, USA
|
|
<a href="http://balisp.org/">Bay Area Lisp & Scheme</a> - Bay Area, CA, USA (<a href="http://balisp.org/videos">videos<a>)
|
|
<a href="https://www.neilvandyke.org/boston-lisp-announce/">Boston Lisp Announce</a> - Boston, MA, USA
|
|
<a href="https://schematics.sourceforge.net/scheme-uk/">Scheme UK</a> - London, UK
|
|
<a href="http://community.schemewiki.org/?munich-lisp">munich-lisp</a> - Munich, Germany
|
|
<a href="http://cracl.wordpress.com/">CRACL</a> - Los Angeles, CA, USA
|
|
<a href="https://metalab.at/wiki/Lambdaheads">Lambdaheads</a> - Vienna, Austria
|
|
<a href="http://www.lisperati.com/fringedc.html">FringeDC</a> - Washington, DC, USA))
|
|
((<font color=GREEN>work</font>)
|
|
(<font color=PURPLE>choose-from</font> <a href="Positions/">jobs</a>))
|
|
((<font color=GREEN>stay-informed</font>)
|
|
(<font color=PURPLE>choose-from</font> <a href="Events/">events</a>))
|
|
(<b>else</b>
|
|
(<font color=PURPLE>choose-from</font> <a href="Miscellaneous/">the lighter side</a>
|
|
<a href="Wares/">wares</a>
|
|
<a href="Other/">other resources</a>)))</pre>
|
|
</big>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</p>
|
|
|
|
<p align=RIGHT>
|
|
(If you're looking for the fine folks of Schemers Inc., they're at
|
|
<a href="http://www.schemers.com/">www.schemers.com</a>.)
|
|
</p>
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
<p>
|
|
<br>
|
|
<table width=100%>
|
|
<tr>
|
|
<td align=LEFT>
|
|
Last modified 11:27:51 EDT on April 11, 2020
|
|
</td>
|
|
<td align=RIGHT>
|
|
Powered by
|
|
<a href="Welcome/"><img align=CENTER src="plt-logo.gif"
|
|
width=91 height=31 alt="PLT"></a></td></tr>
|
|
<tr>
|
|
<td></td>
|
|
<td align="RIGHT">
|
|
<a href="Welcome/">Site Contact</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</p>
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|