From 5b0dce5f2f2f5164e07752a30debe62d1eff8f7f Mon Sep 17 00:00:00 2001 From: michelou Date: Mon, 19 Jan 2004 15:10:57 +0000 Subject: - added cvs id. - added comments. --- doc/reference/Scala.bib | 116 +++++++++++++++++++++++++++--------------------- 1 file changed, 66 insertions(+), 50 deletions(-) (limited to 'doc/reference/Scala.bib') 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/@} } - -- cgit v1.2.3