summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2004-01-19 15:10:57 +0000
committermichelou <michelou@epfl.ch>2004-01-19 15:10:57 +0000
commit5b0dce5f2f2f5164e07752a30debe62d1eff8f7f (patch)
treefba6ef529ecba17a3207d0e40bcba4d7d790ab46 /doc
parent67da7e0b9cc45fca92f749b981a6bc4f3cb65e23 (diff)
downloadscala-5b0dce5f2f2f5164e07752a30debe62d1eff8f7f.tar.gz
scala-5b0dce5f2f2f5164e07752a30debe62d1eff8f7f.tar.bz2
scala-5b0dce5f2f2f5164e07752a30debe62d1eff8f7f.zip
- added cvs id.
- added comments.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Scala.bib116
1 files changed, 66 insertions, 50 deletions
diff --git a/doc/reference/Scala.bib b/doc/reference/Scala.bib
index 2bccf49c46..24ccc92e06 100644
--- a/doc/reference/Scala.bib
+++ b/doc/reference/Scala.bib
@@ -1,5 +1,36 @@
+% $Id$
-@Book{ abelson-sussman:structure,
+
+%% Article
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+@article{milner:polymorphism,
+ author = {Robin Milner},
+ title = {A Theory of Type Polymorphism in Programming},
+ journal = {Journal of Computer and System Sciences},
+ year = {1978},
+ month = {Dec},
+ volume = {17},
+ pages = {348--375},
+ folder = { 2-1}
+}
+
+@Article{wirth:ebnf,
+ author = "Niklaus Wirth",
+ title = "What can we do about the unecessary diversity of notation
+for syntactic definitions?",
+ journal = "Comm. ACM",
+ year = 1977,
+ volume = 20,
+ pages = "822-823",
+ month = nov
+}
+
+
+%% Book
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+@Book{abelson-sussman:structure,
author = {Harold Abelson and Gerald Jay Sussman and Julie Sussman},
title = {The Structure and Interpretation of Computer Programs, 2nd
edition},
@@ -9,6 +40,33 @@
url = {http://mitpress.mit.edu/sicp/full-text/sicp/book/book.html}
}
+@Book{goldberg-robson:smalltalk-language,
+ author = "Adele Goldberg and David Robson",
+ title = "{Smalltalk-80}; The Language and Its Implementation",
+ publisher = "Addison-Wesley",
+ year = "1983"
+}
+
+@Book{matsumtoto:ruby,
+ author = {Yukihiro Matsumoto},
+ title = {{Ruby} in a Nutshell},
+ publisher = {O'Reilly \& Associates},
+ year = 2001,
+ month = nov
+}
+
+@Book{rossum:python,
+ author = {Guido van Rossum and Fred L. Drake},
+ title = {The {Python} Language Reference Manual},
+ publisher = {Network Theory Ltd},
+ year = 2003,
+ month = sep
+}
+
+
+%% InProceedings
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
@InProceedings{odersky-et-al:fool10,
author = {Martin Odersky and Vincent Cremet and Christine R\"ockl
and Matthias Zenger},
@@ -20,55 +78,13 @@
\verb@http://www.cis.upenn.edu/~bcpierce/FOOL/FOOL10.html@}
}
-@Misc{w3c:dom,
- author = {W3C},
- title = {Document Object Model ({DOM})},
- howpublished = {http://www.w3.org/DOM}
-}
-
-@Book{goldberg-robson:smalltalk-language,
- author = "Adele Goldberg and David Robson",
- title = "{Smalltalk-80}; The Language and Its Implementation",
- publisher = "Addison-Wesley",
- year = "1983"
-}
-
-@Book{rossum:python,
- author = {Guido van Rossum and Fred L. Drake},
- title = {The {Python} Language Reference Manual},
- publisher = {Network Theory Ltd},
- year = 2003,
- month = sep
-}
-
-@Book{matsumtoto:ruby,
- author = {Yukihiro Matsumoto},
- title = {{Ruby} in a Nutshell},
- publisher = {O'Reilly \& Associates},
- year = 2001,
- month = nov
-}
+%% Misc
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-@article{milner:polymorphism,
- author = {Robin Milner},
- title = {A Theory of Type Polymorphism in Programming},
- journal = {Journal of Computer and System Sciences},
- year = {1978},
- month = {Dec},
- volume = {17},
- pages = {348--375},
- folder = { 2-1}
-}
-
-@Article{wirth:ebnf,
- author = "Niklus Wirth",
- title = "What can we do about the unnessesary diversity of notation
-for syntactic definitions?",
- journal = "Comm. ACM",
- year = 1977,
- volume = 20,
- pages = "822-823",
- month = nov
+@Misc{w3c:dom,
+ author = {W3C},
+ title = {Document Object Model ({DOM})},
+ howpublished = {\hspace*{\fill}\\
+ \verb@http://www.w3.org/DOM/@}
}
-