Fix links to cs.indiana.edu
- www.cs.indiana.edu moved to legacy.cs.indiana.edu - legacy.cs.indiana.edu supports both HTTP and HTTPS - Ghuloum and Waddell's homepages are gone. Dybvig's still there.
This commit is contained in:
parent
ee82d1a5bf
commit
892c312b03
|
@ -11,8 +11,8 @@
|
||||||
<h1 >Portable syntax-case</h1>
|
<h1 >Portable syntax-case</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.cs.indiana.edu/~aghuluom/">Abdulaziz Ghuloum</a>,
|
Abdulaziz Ghuloum,
|
||||||
<a href="http://www.cs.indiana.edu/~dyb/">R. Kent Dybvig</a>
|
<a href="//legacy.cs.indiana.edu/~dyb/">R. Kent Dybvig</a>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The portable syntax-case macro system implements the restricted high-level
|
The portable syntax-case macro system implements the restricted high-level
|
||||||
|
@ -29,13 +29,13 @@ Language, 4th edition</a>.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Aspects of the macro system and its implementation are described in
|
Aspects of the macro system and its implementation are described in
|
||||||
<a href="http://www.cs.indiana.edu/~dyb/pubs/LaSC-5-4-pp295-326-abstract.html">Syntactic
|
<a href="//legacy.cs.indiana.edu/~dyb/pubs/LaSC-5-4-pp295-326-abstract.html">Syntactic
|
||||||
abstraction in Scheme</a>.
|
abstraction in Scheme</a>.
|
||||||
Additional examples of its use are given in
|
Additional examples of its use are given in
|
||||||
<a href="http://www.cs.indiana.edu/~dyb/pubs/tr356-abstract.html">Writing
|
<a href="//legacy.cs.indiana.edu/~dyb/pubs/tr356-abstract.html">Writing
|
||||||
hygienic macros in Scheme with syntax-case</a>.
|
hygienic macros in Scheme with syntax-case</a>.
|
||||||
Aspects of the library system and its implementation are described in
|
Aspects of the library system and its implementation are described in
|
||||||
<a href="http://www.cs.indiana.edu/~dyb/pubs/implicit-phasing-abstract.html">Implicit
|
<a href="//legacy.cs.indiana.edu/~dyb/pubs/implicit-phasing-abstract.html">Implicit
|
||||||
phasing for R6RS libraries</a>.
|
phasing for R6RS libraries</a>.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
<h1 >Pre-R6RS Portable syntax-case</h1>
|
<h1 >Pre-R6RS Portable syntax-case</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.cs.indiana.edu/~dyb/">R. Kent Dybvig</a>,
|
<a href="//legacy.cs.indiana.edu/~dyb/">R. Kent Dybvig</a>,
|
||||||
<a href="http://www.cs.indiana.edu/~owaddell/">Oscar Waddell</a>
|
Oscar Waddell
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The syntax-case macro system implements the restricted high-level
|
The syntax-case macro system implements the restricted high-level
|
||||||
|
@ -35,13 +35,13 @@ aspects of the system not covered by the former.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Aspects of the system and its implementation are described in
|
Aspects of the system and its implementation are described in
|
||||||
<a href="http://www.cs.indiana.edu/~dyb/pubs/LaSC-5-4-pp295-326-abstract.html">Syntactic
|
<a href="//legacy.cs.indiana.edu/~dyb/pubs/LaSC-5-4-pp295-326-abstract.html">Syntactic
|
||||||
abstraction in Scheme</a>
|
abstraction in Scheme</a>
|
||||||
and
|
and
|
||||||
<a href="http://www.cs.indiana.edu/~dyb/pubs/popl99-abstract.html">Extending
|
<a href="//legacy.cs.indiana.edu/~dyb/pubs/popl99-abstract.html">Extending
|
||||||
the Scope of Syntactic Abstraction</a>
|
the Scope of Syntactic Abstraction</a>
|
||||||
Additional examples of its use are given in
|
Additional examples of its use are given in
|
||||||
<a href="http://www.cs.indiana.edu/~dyb/pubs/tr356-abstract.html">Writing
|
<a href="//legacy.cs.indiana.edu/~dyb/pubs/tr356-abstract.html">Writing
|
||||||
hygienic macros in Scheme with syntax-case</a>.
|
hygienic macros in Scheme with syntax-case</a>.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue