mine.bib 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. @manual{DSSSL,
  2. organization="International Standards Organization",
  3. title="Document Style Semantics and Specification Language",
  4. year=1996,
  5. note="International Standard ISO/IEC 10179:1996(E)",
  6. }
  7. @manual{SGML,
  8. organization="International Standards Organization",
  9. title="{SGML} ({Standard Generalized Markup Language}) {ISO} 8879",
  10. }
  11. @article{R4RS,
  12. title="Revised{$^4$} Report on the Algorithmic Language {S}cheme",
  13. author="William Clinger and Jonathan Rees",
  14. journal="LISP Pointers", year=1991,
  15. volume=4, number=3, pages="1-55"
  16. }
  17. @misc{Kaffe,
  18. title="Kaffe - A free virtual machine to run Java code",
  19. author="Tim Wilkinson",
  20. note="{\tt http://www.tjwassoc.demon.co.uk/kaffe/kaffe.htm}"
  21. }
  22. @misc{Kawa,
  23. title="Kawa, the Java-based Scheme System",
  24. author="Per Bothner",
  25. note="\verb'http://www.cygnus.com/~bothner/kawa.html'"
  26. }
  27. @book{Gcc,
  28. title="Using and Porting GNU CC",
  29. author="Richard M. Stallman",
  30. publisher="Free Software Foundation",
  31. address="Boston, MA", year=1996
  32. }
  33. @book{JavaSpec,
  34. title="The Java Language Specification",
  35. author="James Gosling and Bill Joy and Guy Steele",
  36. publisher="Addison-Wesley", year=1996
  37. }
  38. @book{JavaVMSpec,
  39. title="The Java Virtual Machine Specification",
  40. author="Tim Lindholm and Frank Yellin",
  41. publisher="Addison-Wesley", year=1996
  42. }
  43. @Article{Budd91Arith,
  44. key = "Budd",
  45. author = "Timothy A. Budd",
  46. title = "Generalized arithmetic in {C}++",
  47. journal = "Journal of Object-Oriented Programming",
  48. year = "1991",
  49. volume = "3",
  50. number = "6",
  51. month = feb,
  52. pages = "11--22",
  53. annote = "4 references.",
  54. }
  55. @comment{From Gary T. Leavens' personal bibliography:}
  56. @Article{Ingalls86,
  57. key = "Ingalls",
  58. author = "Daniel H. H. Ingalls",
  59. title = "A Simple Technique for Handling Multiple
  60. Polymorphism",
  61. journal = "ACM SIGPLAN Notices",
  62. volume = "21",
  63. number = "11",
  64. month = nov,
  65. year = "1986",
  66. pages = "347--349",
  67. note = "OOPSLA '86 Conference Proceedings, Norman Meyrowitz
  68. (editor), September 1986, Portland, Oregon.",
  69. annote = "Each message send in a language like Smalltalk-80
  70. reduces the polymorphism of the call on one argument.
  71. The modularity of code can be maintained by message
  72. sending on each argument of a binary or n-ary
  73. operation. 1 reference.",
  74. }
  75. @inproceedings{GccJava,
  76. author="Per Bothner",
  77. title="A {Gcc}-based {Java} Implementation",
  78. booktitle="IEEE Compcon 1997 Proceedings (to appear)",
  79. year=1997
  80. }
  81. @phdthesis{PBthesis,
  82. author="Per Bothner",
  83. title="Efficiently Combining Logical Constraints with Functions",
  84. school="Department of Computer Science, Stanford University",
  85. year=1988
  86. }
  87. @manual{gmp,
  88. author="Torbj{\"o}rn Granlund",
  89. title="The {GNU} Multiple Precision Arithmetic Library",
  90. month=jun, year=1996, edition="2.0.2",
  91. note="({\tt Gmp} and its manual are available on most GNU archives.)"
  92. }
  93. @comment{From Bibliography of publications typeset in TeX:
  94. @Book{Steele:common-lisp-2,
  95. author = "Guy L. {Steele Jr.}",
  96. title = "Common Lisp -- The Language",
  97. publisher = "Digital Press and Pren{\-}tice-Hall",
  98. address = "12 Crosby Drive, Bedford, MA 01730, USA and Englewood
  99. Cliffs, NJ 07632, USA",
  100. edition = "Second",
  101. pages = "xxiii + 1029",
  102. year = "1990",
  103. ISBN = "1-55558-041-6 (paperback) and 1-55558-042-4
  104. (hardcover) (Digital Press), 0-13-152414-3
  105. (Prentice-Hall)",
  106. LCCN = "QA76.73.L23 S73 1990",
  107. price = "US\$38.95 (paperback), US\$44.95 (hardcover)",
  108. }
  109. @PhdThesis{Miller:phd:1987,
  110. author = "James Slocum Miller",
  111. title = "MultiScheme: {A} Parallel Processing System based on
  112. {MIT} Scheme",
  113. school = "Department of Electrical Engineering and Computer
  114. Science, MIT",
  115. month = aug,
  116. year = "1987",
  117. note = "MIT-LCS//MIT/LCS/TR-402"
  118. }