Bibtex for MLton....

Stephen Weeks MLton@research.nj.nec.com
Thu, 25 May 2000 13:46:34 -0700 (PDT)


> Can somone provide me a bibtex for MLton?

The only published document about MLton is our recent ESOP paper --
although it was mostly about the closure conversion pass.  The other
possible cites are the home page or the user guide.  My preference of
the three would be for you to use the home page.

@misc(MLT,
	title = "{MLton}, a whole program optimizing compiler for {Standard ML}",
	note = "{\tt http://www.neci.nj.nec.com/PLS/MLton/}"
)

@manual(Wee99,
	author = "Stephen Weeks",
	title = "MLton User's Guide",
	month = jul,
	year = 1999,
	note = "{\tt http://www.neci.nj.nec.com/PLS/MLton/user-guide/}",
)

@inproceedings(CJW00,
	author = "Henry Cejtin and Suresh Jagannathan and Stephen Weeks",
	title = "Flow-directed Closure Conversion for Typed Languages",
	pages = "56--71",
	booktitle = "9th European Symposium on Programming, {ESOP} 2000",
	address = "Berlin, Germany",
	month = mar,
	year = 2000,
	note = "Lecture Notes in Computer Science, Vol. 1782, ISBN 3-540-67262-1",
	publisher = "Springer",
)

BTW, we'd be interested to hear the latest on your GC.