Update John Ousterhout links

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1324 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2001-07-27 08:58:01 +00:00
commit 300bbbcb1b
3 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@ Scripting and Alternative Languages. <br>
<p>
<li> John Ousterhout's <a href="http://www.scriptics.com/people/john.ousterhout/scripting.html">
<li> John Ousterhout's <a href="http://home.pacbell.net/ouster/scripting.html">
paper </a> on scripting languages provides a good overview
of the use of scripting languages and their relationship to
systems programming languages. SWIG was developed with many of these issues

View file

@ -13,7 +13,7 @@ languages need to access the underlying C/C++ code.
<p>
John Ousterhout has written a
<a href="http://www.scriptics.com/people/john.ousterhout/scripting.html">paper</a>
<a href="http://home.pacbell.net/ouster/scripting.html">paper</a>
that describes the
benefits of scripting languages. SWIG makes it fairly easy to connect scripting
languages with C/C++ code.

View file

@ -59,7 +59,7 @@ A wrapper generator for interfacing C++ with [incr Tcl].<br>
<ul>
John Ousterhout's <a href="http://www.scriptics.com/people/john.ousterhout/scripting.html"> paper </a> on scripting languages
John Ousterhout's <a href="http://home.pacbell.net/ouster/scripting.html"> paper </a> on scripting languages
(appeared in IEEE Computer). <br>
<A HREF="http://SAL.KachinaTech.COM/"> SAL - Scientific Applications on Linux</a>. <br>
<a href="http://www.usenix.org">USENIX</a> <br>