refs.texi 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. @node References
  2. @unnumbered References
  3. @table @asis
  4. @item [Cejtin @etal{} 95]
  5. Henry Cejtin, Suresh Jagannathan, and Richard Kelsey.
  6. Higher-Order Distributed Objects.
  7. In @cite{ACM Transactions on Programming Languages and Systems}, vol.
  8. 17, pp. 704--739, ACM Press, September 1995.
  9. @item [Clinger 91]
  10. William D. Clinger.
  11. Hygienic Macros through Explicit Renaming.
  12. In @cite{Lisp Pointers}, IV(4): 25-28, December 1991.
  13. @item [Donald 92]
  14. Bruce Donald and Jonathan A. Rees.
  15. Program Mobile Robots in Scheme!
  16. In @cite{Proceedings of the 1992 IEEE International Conference on
  17. Robotics and Automation}, 2681-2688.
  18. @item [Friedman 00]
  19. Daniel Friedman and Erik Hilsdale.
  20. @cite{Writing Macros in Continuation-Passing Style}.
  21. Worksop on Scheme and Functional Programming, September 2000.
  22. @item [Kelsey 89]
  23. Richard Kelsey.
  24. @cite{Compilation by Program Transformation}.
  25. PhD thesis, Yale University, 1989.
  26. @item [Kelsey 97]
  27. Richard Kelsey.
  28. @cite{Pre-Scheme: A Scheme Dialect for Systems Programming}.
  29. June 1997.
  30. @item [Museme]
  31. Franklyn Turbak and Dan Winship.
  32. @cite{Museme: a multi-user simulation environment for Scheme}.
  33. @*@url{http://www.bloodandcoffee.net/campbell/code/museme.tar.gz}
  34. @item [Rees 96]
  35. Jonathan A. Rees.
  36. @cite{A Security Kernel based on the Lambda-Calculus}.
  37. PhD thesis, AI Memo 1564, Massachusetts Institute of Technology,
  38. Artificial Intelligence Laboratory, 1996.
  39. @item [Reppy 99]
  40. John Reppy.
  41. @cite{Concurrent Programming in ML}.
  42. Cambridge University Press, 1999.
  43. @item [Shivers 94]
  44. Olin Shivers.
  45. @cite{A Scheme Shell}.
  46. Tech Report 635, Massachusetts Institute of Technology, Laboratory for
  47. Computer Science, 1994.
  48. @item [Shivers 96]
  49. Olin Shivers.
  50. @cite{A Universal Scripting Framework, or Lambda: the Ultimate ``Little
  51. Language''}.
  52. @cite{Concurrency and Parallelism, Programming, Networking, and
  53. Security}, pp. 254-265, 1996, Joxan Jaffar and Roland H. C. Yap (eds).
  54. @item [Shivers @etal{} 04]
  55. Olin Shivers, Brian D. Carlstrom, Martin Gasbichler, and Michael
  56. Sperber.
  57. @cite{Scsh Reference Manual}, for scsh release 0.6.6
  58. @*@url{http://www.scsh.net/docu/docu.html}
  59. @item [SRFI 1]
  60. Olin Shivers.
  61. @cite{SRFI 1: List Library}
  62. Scheme Requests for Implementation, 1999.
  63. @*@url{http://srfi.schemers.org/srfi-1/}
  64. @item [SRFI 7]
  65. Richard Kelsey.
  66. @cite{SRFI 7: Feature-Based Program Configuration Language}
  67. Scheme Requests for Implementation, 1999.
  68. @*@url{http://srfi.schemers.org/srfi-7/}
  69. @item [SRFI 9]
  70. Richard Kelsey.
  71. @cite{SRFI 9: Defining Record Types}
  72. Scheme Requests for Implementation, 1999.
  73. @*@url{http://srfi.schemers.org/srfi-9/}
  74. @item [SRFI 22]
  75. Martin Gasbichler and Michael Sperber
  76. @cite{SRFI 22: Running Scheme Scripts on Unix}
  77. Scheme Requests for Implementation, 2002.
  78. @*@url{http://srfi.schemers.org/srfi-22/}
  79. @item [SRFI 34]
  80. Richard Kelsey and Michael Sperber.
  81. @cite{SRFI 34: Exception Handling for Programs}.
  82. Scheme Requests for Implementation, 2002.
  83. @*@url{http://srfi.schemers.org/srfi-34/}
  84. @item [SRFI 35]
  85. Richard Kelsey and Michael Sperber.
  86. @cite{SRFI 35: Conditions}.
  87. Scheme Requests for Implementation, 2002.
  88. @*@url{http://srfi.schemers.org/srfi-35/}
  89. @end table