-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsep-0020.html
110 lines (101 loc) · 4.01 KB
/
sep-0020.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
<!--
This HTML is auto-generated. DO NOT EDIT THIS FILE!
DO NOT USE THIS HTML FILE AS YOUR TEMPLATE!
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="robots" content="index,follow">
<title>SEP 20 -- The Zen of SPaRC</title>
<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="common.css"/>
<link rel="stylesheet" href="sep.css" type="text/css" />
</head>
<body lang="en" dir="ltr">
<div id="dpage">
<div id="dpage-inner">
<div id="header">
</div> <!-- /#header -->
<div style="margin-left: 10px;">
<p>
[<b><a href="http://AuburnSPaRC.github.com/SEP/sep-0000.html">SEP Index</a></b>]
[<b><a href="https://github.com/AuburnSPaRC/SEP/blob/master/sep-0020.txt">SEP Source</a></b>]
</p>
<div>
<table class="rfc2822 docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">SEP:</th><td class="field-body">20</td>
</tr>
<tr class="field"><th class="field-name">Title:</th><td class="field-body">The Zen of SPaRC</td>
</tr>
<tr class="field"><th class="field-name">Version:</th><td class="field-body">196874c1ad6a0b9dbfd9f87189a04d71bb2f8169</td>
</tr>
<tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference external" href="https://github.com/AuburnSPaRC/SEP/blob/master/sep-0020.txt"> Thu Apr 5 15:31:34 2012 -0500</a></td>
</tr>
<tr class="field"><th class="field-name">Author:</th><td class="field-body">Markus Kreitzer</td>
</tr>
<tr class="field"><th class="field-name">Status:</th><td class="field-body">Active</td>
</tr>
<tr class="field"><th class="field-name">Type:</th><td class="field-body">Process</td>
</tr>
<tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference external" href="https://AuburnSPaRC.github.com/SEP/sep-0012">text/x-rst</a></td>
</tr>
<tr class="field"><th class="field-name">Created:</th><td class="field-body">05-Apr-2012</td>
</tr>
<tr class="field"><th class="field-name">Post-History:</th><td class="field-body"></td>
</tr>
</tbody>
</table>
<hr />
<div class="contents topic" id="contents">
<p class="topic-title first">Contents</p>
<ul class="simple">
<li><a class="reference internal" href="#abstract" id="id2">Abstract</a></li>
<li><a class="reference internal" href="#the-zen-of-sparc" id="id3">The Zen of SPaRC</a></li>
<li><a class="reference internal" href="#copyright" id="id4">Copyright</a></li>
</ul>
</div>
<div class="section" id="abstract">
<h1><a class="toc-backref" href="#id2">Abstract</a></h1>
</div>
<div class="section" id="the-zen-of-sparc">
<h1><a class="toc-backref" href="#id3">The Zen of SPaRC</a></h1>
<dl class="docutils">
<dt>The Zen of Python</dt>
<dd><p class="first">errors should never pass silently. --A common new programmer mistake.
now is better than never.
readability counts.
special cases aren't special enough to break the rules.
beautiful is better than ugly.
explicit is better than implicit.
simple is better than complex.
complex is better than complicated.
flat is better than nested.
sparse is better than dense.
although practicality beats purity.
unless explicitly silenced.
in the face of ambiguity, refuse the temptation to guess.</p>
<blockquote class="last">
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.</blockquote>
</dd>
</dl>
</div>
<div class="section" id="copyright">
<h1><a class="toc-backref" href="#id4">Copyright</a></h1>
<p>This document has been placed in the public domain.</p>
<!-- Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End: -->
</div>
</div></div> <!-- /#dpage-inner, /#dpage -->
</body>
</html>