root/tags/lgt2292/BIBLIOGRAPHY.bib

Revision 3114, 2.0 KB (checked in by pmoura, 2 years ago)

Removed the experimental threaded_call/2 and threaded_exit/2 thread predicates, replaced by new threaded_once/1, threaded_ignore/1, threaded_peek/1, and threaded_discard/1 predicates.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2@misc{logtalkweb,
3    author = "Paulo Moura",
4    title = "Logtalk web site",
5    howpublished = "\url{http://logtalk.org/}"
6}
7
8
9@inproceedings{pmoura06,
10    author = "Paulo Moura and Vincent Marchetti",
11    title = "Logtalk Processing of STEP Part 21 Files",
12    crossref = "iclp06",
13    pages = "453--454",
14}
15
16
17@proceedings{iclp06,
18    title = "International Conference on Logic Programming 2006",
19    booktitle = "International Conference on Logic Programming 2006",
20    series = "Lecture Notes in Computer Science",
21    publisher = "Springer-Verlag",
22    address = "Berlin Heidelberg",
23    editor = "S. Etalle and M. Truszczy\'nski",
24    number = 4079,
25    month = aug,
26    year = 2006
27}
28
29
30@phdthesis{pmoura03,
31    author = "Paulo Moura",
32    title = "{Logtalk - Design of an Object-Oriented Logic Programming Language}",
33    school = "Department of Informatics, University of Beira Interior, Portugal",
34    month = sep,
35    year = 2003,
36    howpublished = "\url{http://logtalk.org/papers/thesis.pdf}"
37}
38
39
40@unpublished{pmoura00c,
41    Author = "Paulo Moura",
42    Title = "{Category-Based Composition in Object-Oriented Languages}",
43    month = nov,
44    year = 2000,
45    howpublished = "\url{http://logtalk.org/papers/categories_ecoop.pdf}",
46    annote = "Submitted to ECOOP 2001"
47}
48
49
50@techreport{pmoura00b,
51    author = "Paulo Moura",
52    title = "{Logtalk 2.6 Documentation}",
53    institution = "University of Beira Interior, Portugal",
54    number = "DMI 2000/1",
55    month = jul,
56    year = 2000,
57    howpublished = "\url{http://logtalk.org/files/trdmi20001a4.pdf.gz}"
58}
59
60
61@unpublished{pmoura00a,
62    Author = "Paulo Moura",
63    Title = "{Category-Based Composition in Object-Oriented Languages}",
64    month = apr,
65    year = 2000,
66    howpublished = "\url{http://logtalk.org/papers/categories_oopsla.pdf}",
67    annote = "Submitted to OOPSLA 2000"
68}
69
70
71@article{pmoura99,
72    author = "Paulo Moura",
73    title = "{Porting Prolog: Notes on porting a Prolog program to 22 Prolog compilers or the relevance of the ISO Prolog standard}",
74    journal = "Association of Logic Programming Newsletter",
75    volume = 12,
76    number = 2,
77    month = may,
78    year = 1999
79}
Note: See TracBrowser for help on using the browser.