forked from Sorseg/gvanrossum.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypes-sig.html
More file actions
25 lines (16 loc) · 689 Bytes
/
types-sig.html
File metadata and controls
25 lines (16 loc) · 689 Bytes
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
<h2>Optional Static Typing</h2>
<p>Here are my contributions to the <a
href="http://www.python.org/sigs/types-sig/" >types-SIG</a> debate.
<p><a href="index.html">Guido van Rossum</a>, 1/19/2000.
<ul>
<li>(1) My initial response to proposals by Greg Stein and Paul
Prescod: <a href="Response.doc">MS Word</a>.
<p>
<li>(2) A unified proposal, written after calming down: <a
href="Proposal.doc">MS Word</a>, <a href="Proposal.txt">ASCII</a>.
<p>
<li>(3) Slides I've prepared for the upcoming <a
href="http://www.python.org/workshops/2000-01/devday.html">developers'
day</a>: <a href="static-typing/index.htm">HTML</a>, <a
href="static-typing/static-typing.ppt">PowerPoint</a>
</ul>