101 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			101 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
| <html>
 | |
| 
 | |
| <!-- Time-stamp: <01/03/17 16:43:50 shriram> -->
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| <title>schemers.org: Documents: Standards</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>
 | |
| 
 | |
| 
 | |
| <h3>Standards</h3>
 | |
| 
 | |
| <p> There are two standards for Scheme: an official standard with IEEE
 | |
| and a de facto one, often called
 | |
| “R<sup><small>n</small></sup>RS”, short for the
 | |
| <cite>Revised<sup><small>n<sup><small>th</small></sup></small></sup>
 | |
| Report on the Algorithmic Language Scheme</cite>.  In colloquial use,
 | |
| “Scheme standard” usually refers to the latter. </p>
 | |
| 
 | |
| <p>
 | |
| <ul>
 | |
| 
 | |
| <a name="#ieee1178">
 | |
| <li>
 | |
| <p> The IEEE standard, 1178-1990 (R1995), should be available at
 | |
| technical bookstores, and <a
 | |
| href="https://standards.ieee.org/standard/1178-1990.html">
 | |
| from IEEE</a>.  I do not believe there are free on-line
 | |
| copies available.  According to the document,
 | |
| <blockquote>
 | |
| IEEE publications are available from the Institute of Electrical and
 | |
| Electronics Engineers, Service Center, 445 Hoes Lane, P.O.Box 1331,
 | |
| Piscataway, NJ 08833-1331, USA.
 | |
| </blockquote>
 | |
| </p>
 | |
| 
 | |
| <a name="#rnrs">
 | |
| <li>
 | |
|   <p>You can find <a href="https://small.r7rs.org/">R7RS</a> online,
 | |
|     as well as <a href="http://www.r6rs.org/">R6RS</a>.
 | |
| The <a href="Charter/">Scheme Language Charter</a> documents the
 | |
| process that led to the creation of R6RS.
 | |
| You can also find the older revisions,
 | |
|     <a href="R5RS/">R5RS</a> and
 | |
|     <a href="https://people.csail.mit.edu/jaffer/r4rs.pdf">R4RS</a>, online.
 | |
| </p>
 | |
| 
 | |
| </ul>
 | |
| 
 | |
|   </td>
 | |
| </tr>
 | |
| </table>
 | |
| </p>
 | |
| 
 | |
| <hr>
 | |
| 
 | |
| <p>
 | |
| <br>
 | |
| <table width=100%>
 | |
| <tr>
 | |
|   <td align=LEFT>
 | |
|     Last modified 21:11:50 EST on February 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>
 |