PageRenderTime 52ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/rel-1-3-25/swigweb/doc.ht

#
Unknown | 91 lines | 64 code | 27 blank | 0 comment | 0 complexity | 4f77ba3c7a2fb97f0d62364342749ecd MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. SWIG Documentation, Presentations, and Papers
  2. <p><img src="images/doc.png" alt="Documentation">
  3. <H3>SWIG-1.3</h3>
  4. <ul>
  5. <li> <a href="Doc1.3/index.html">Development Documentation</a> for latest release.
  6. </ul>
  7. <h3>SWIG-1.1</h3>
  8. <ul>
  9. <li> <a href="Doc1.1/HTML/Contents.html">Online Users Manual</a>.
  10. <li> Also available in <a href="Doc1.1/PDF/SWIGManual.pdf">PDF</a> (318 pages).
  11. </ul>
  12. <h3> Online Papers about SWIG </h3>
  13. <ul>
  14. <li> <b><a href="papers/Perl98/swigperl.htm">Perl Extension Building with SWIG</a></b>.
  15. This paper, presented at the 1998 O'Reilly Perl Conference, describes the use
  16. of SWIG with Perl5 and covers many advanced topics.
  17. [ <a href="papers/Perl98/swigperl.pdf">PDF</a> ]. <br>
  18. <li><p> <b><a href="papers/Tcl98/TclChap.html">Tcl and SWIG as a C/C++ Development Tool</a></b>.
  19. Originally written as a draft for a book chapter, this paper provides an overview of
  20. using Tcl and SWIG. It also appears on the CD-ROM accompanying "Tcl/Tk for Real Programmers"
  21. by Clif Flynt.<br>
  22. <li><p> <b><a href="papers/Tcl96/tcl96.html">SWIG : An Easy to Use Tool for Integrating Scripting Languages with C and C++</a></b>.
  23. While a little dated, this is the first SWIG paper. Presented at
  24. the 4th Tcl/Tk Workshop, Monterey, California, July 6-10, 1996. Also available
  25. from <a href="http://www.usenix.org/publications/library/proceedings/tcl96/beazley.html">USENIX</a>. <br>
  26. <li><p> <b><a href="papers/Py96/python96.html">Using SWIG to Control, Prototype, and Debug
  27. C Programs with Python</a></b>. Presented at the 4th International Python Conference,
  28. Livermore, California, June, 1996. <br>
  29. <li> <b><a href="papers/Py97/beazley.html">Feeding a Large-scale Physics Application to Python</a></b>. Presented at the 6th International Python Conference, San Jose, California.
  30. October 14-17, 1997. This paper describes the use of Python/SWIG with a high-performance
  31. physics application. This application was a runner-up in the 1998
  32. Gordon-Bell prize for achieving 10 Gflops sustained performance on the
  33. <a href="http://loki-www.lanl.gov/papers/sc98/">Avalon</a> Linux
  34. Cluster at Los Alamos National Laboratory. <br>
  35. </ul>
  36. <h3> Tutorials about SWIG </h3>
  37. <ul>
  38. <li> <b><a href="papers/PyTutorial98/PyTutorial98.pdf">Interfacing C/C++ and Python with SWIG</a></b> (PDF).
  39. Half-day tutorial presented at the 7th International Python Conference, November, 1998. <br>
  40. <li><p> <b><a href="papers/PyTutorial97/PyTutorial97.pdf">Interfacing C/C++ and Python with SWIG</a></b> (PDF).
  41. Half-day tutorial presented at the 6th International Python Conference, October, 1997. <br>
  42. <li><p> <b><a href="papers/TclTutorial98/TclTutorial98.pdf">Tcl Extension Building with SWIG</a></b> (PDF). Tutorial presented at the 1998 Tcl/Tk Conference. <br>
  43. </ul>
  44. <h3> Other Resources </h3>
  45. <ul>
  46. <li> Perl users can find more information about SWIG in the O'Reilly book
  47. <a href="http://www.ora.com/catalog/advperl">"Advanced Perl Programming"</a>. <br>
  48. <li><p> Daniel Blezek wrote an article about SWIG in the November, 1998 issue
  49. of the <a href="http://www.cuj.com/archive/1611/index.html">C/C++ Users Journal</a>.
  50. <li><p>An article about SWIG appeared in the February, 1998 issue
  51. of <a href="http://www.ddj.com/ddj/1998/1998_02/index.htm">Dr. Dobb's Journal</a> on
  52. Scripting and Alternative Languages. <br>
  53. <li><p>Scott Bolte wrote an article about SWIG in the Winter, 1997 issue of
  54. <a href="http://www.tpj.com">The Perl Journal</a>. <br>
  55. <li><p> John Ousterhout's <a href="http://home.pacbell.net/ouster/scripting.html">
  56. paper </a> on scripting languages provides a good overview
  57. of the use of scripting languages and their relationship to
  58. systems programming languages. SWIG was developed with many of these issues
  59. in mind so this paper might be of interest to users who are new to
  60. SWIG and its goals. <br>
  61. <li><p> <b><a href="http://www.supercomp.org/sc96/proceedings/SC96PROC/BEAZLEY/INDEX.HTM"> Lightweight Computational Steering of Very Large Scale Molecular Dynamics Simulations </a></b>.
  62. Presented at Supercomputing'96. This paper describes the application that
  63. motivated the development of SWIG. (See why SWIG was originally developed). <br>
  64. </ul>