1 line
6.5 KiB
HTML
1 line
6.5 KiB
HTML
<html><head><title>2008 Workshop on Scheme and Functional Programming</title><meta name="generator" content="SchemeBib and Site-ML" charset="utf-8" /><meta name="description" content="Online bibliography of Scheme research" /><meta name="keywords" content="Scheme, bibliography, research, Scheme Workshop 2008" /><meta name="robots" content="index,follow" /><link rel="stylesheet" href="basic.css" type="text/css" /></head><body><table width="100%"><tr valign="top"><td width="124"><table width="124"><tr width="124" height="45"><td width="124" height="45"><a href="http://readscheme.org"><img width="124" height="45" border="0" alt="Readscheme.org" src="./imgs/nav-logo.gif" /></a></td></tr><tr width="124" height="124"><td width="124" height="124"><a href="./index.html" target="_top"><img width="124" height="124" border="0" alt="Scheme Bibliography Home" src="./imgs/nav_mainlogo.gif" /></a></td></tr><tr width="124" height="30"><td width="124" height="30"><a href="./page1.html" target="_top"><img width="124" height="30" border="0" alt="Classics" src="./imgs/nav_classics.gif" /></a></td></tr><tr width="124" height="18"><td width="124" height="18"><a href="./page2.html" target="_top"><img width="124" height="18" border="0" alt="Semantics" src="./imgs/nav_sem.gif" /></a></td></tr><tr width="124" height="18"><td width="124" height="18"><a href="./page3.html" target="_top"><img width="124" height="18" border="0" alt="Macros" src="./imgs/nav_macros.gif" /></a></td></tr><tr width="124" height="18"><td width="124" height="18"><a href="./page4.html" target="_top"><img width="124" height="18" border="0" alt="Objects" src="./imgs/nav_objects.gif" /></a></td></tr><tr width="124" height="30"><td width="124" height="30"><a href="./page5.html" target="_top"><img width="124" height="30" border="0" alt="Modules" src="./imgs/nav_modules.gif" /></a></td></tr><tr width="124" height="18"><td width="124" height="18"><a href="./page6.html" target="_top"><img width="124" height="18" border="0" alt="Continuations" src="./imgs/nav_cps.gif" /></a></td></tr><tr width="124" height="30"><td width="124" height="30"><a href="./pagexml.html" target="_top"><img width="124" height="30" border="0" alt="Web Programming" src="./imgs/nav_xml.gif" /></a></td></tr><tr width="124" height="18"><td width="124" height="18"><a href="./page7.html" target="_top"><img width="124" height="18" border="0" alt="Applications" src="./imgs/nav_appl.gif" /></a></td></tr><tr width="124" height="18"><td width="124" height="18"><a href="./page8.html" target="_top"><img width="124" height="18" border="0" alt="Implementation" src="./imgs/nav_impl.gif" /></a></td></tr><tr width="124" height="30"><td width="124" height="30"><a href="./page9.html" target="_top"><img width="124" height="30" border="0" alt="Concurrent Programming" src="./imgs/nav_conc.gif" /></a></td></tr><tr width="124" height="30"><td width="124" height="30"><a href="./page10.html" target="_top"><img width="124" height="30" border="0" alt="Partial Evaluation" src="./imgs/nav_pe.gif" /></a></td></tr><tr width="124" height="18"><td width="124" height="18"><a href="./page11.html" target="_top"><img width="124" height="18" border="0" alt="Reflection" src="./imgs/nav_reflect.gif" /></a></td></tr><tr width="124" height="30"><td width="124" height="30"><a href="./whats_new.html" target="_top"><img width="124" height="30" border="0" alt="Recent Additions" src="./imgs/nav_recent.gif" /></a></td></tr></table></td><td width="20"><img width="20" height="1" border="0" src="./imgs/dot_clear.gif" /></td><td><a name="sw2008" /><h2>2008 Workshop on Scheme and Functional Programming</h2><h3>Program</h3><ul><li>John Clements, Ayswarya Sundaram and David Herman. "Implementing continuation marks in JavaScript". <em>2008 Workshop on Scheme and Functional Programming</em>. September 2008. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2008/01-clements.pdf">pdf</a>.</li><li>Vincent St-Amour, Lysiane Bouchard and Marc Feeley. "Small Scheme Stack: a Scheme TCP/IP stack targeting small embedded applications". <em>2008 Workshop on Scheme and Functional Programming</em>. September 2008. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2008/02-st-amour.pdf">pdf</a>.</li><li>Olivier Danvy. "Towards compatible and interderivable semantic specifications for the Scheme programming language, part I: abstract machines, natural semantics, and denotational semantics". <em>2008 Workshop on Scheme and Functional Programming</em>. September 2008. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2008/03-danvy.pdf">pdf</a>.</li><li>Małgorzata Biernacka and Olivier Danvy. "Towards compatible and interderivable semantic specifications for the Scheme programming language, part II: reduction semantics and abstract machines". <em>2008 Workshop on Scheme and Functional Programming</em>. September 2008. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2008/04-biernacka.pdf">pdf</a>.</li><li>Ken Dickey. "Thinking Scheme". <em>2008 Workshop on Scheme and Functional Programming</em>. September 2008. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2008/05-dickey.pdf">pdf</a>.</li><li>Marcus Crestani. "Foreign-Function Interfaces for Garbage-Collected Programming Languages". <em>2008 Workshop on Scheme and Functional Programming</em>. September 2008. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2008/06-crestani.pdf">pdf</a>.</li><li>Felix S. Klock II. "The layers of Larceny's foreign function interface". <em>2008 Workshop on Scheme and Functional Programming</em>. September 2008. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2008/07-klock.pdf">pdf</a>.</li><li>Jeremiah Willcock, Andrew Lumsdaine and Daniel Quinlan. "Tabled execution in Scheme (Scheme Pearl)". <em>2008 Workshop on Scheme and Functional Programming</em>. September 2008. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2008/08-willcock.pdf">pdf</a>.</li><li>David Herman and David Van Horn. "A few principles of macro design". <em>2008 Workshop on Scheme and Functional Programming</em>. September 2008. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2008/09-herman.pdf">pdf</a>.</li></ul><p><img width="1" height="40" border="0" src="./imgs/dot_clear.gif" /></p><div class="collophon" align="right">Hosted by <a href="http://concurrency.cc">concurrency.cc</a>.<p />Last modified: Saturday, August 11th, 2012 4:55:49pm<br />HTML generated using <a href="http://celtic.benderweb.net/webit/">WebIt!</a>.</div></td></tr></table></body></html> |