1 line
7.4 KiB
HTML
1 line
7.4 KiB
HTML
<html><head><title>2007 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 2007" /><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="sw2007" /><h2>2007 Workshop on Scheme and Functional Programming</h2><h3>Program</h3><ul><li>Ryan Culpepper, Sam Tobin-Hochstadt and Matthew Flatt. "Advanced Macrology and the Implementation of Typed Scheme". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/01-culpepper.pdf">pdf</a>.</li><li>Philip Wadler and Robert Bruce Findler. "Well-typed programs can't be blamed". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/02-wadler.pdf">pdf</a>.</li><li>Abdulaziz Ghuloum and R. Kent Dybvig. "Generation-Friendly Eq Hash Tables". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/03-ghuloum.pdf">pdf</a>.</li><li>Florian Loitsch. "Exceptional Continuations in JavaScript". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/04-loitsch.pdf">pdf</a>.</li><li>Aaron Kimball and Dan Grossman. "Software Transactions Meet First-Class Continuations". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/05-kimball.pdf">pdf</a>.</li><li>Adrien Piérard and Marc Feeley. "Towards a Portable and Mobile Scheme Interpreter". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/06-pierard.pdf">pdf</a>.</li><li>Andy Wingo. "Applications of Fold to XML Transformation". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/07-wingo.pdf">pdf</a>.</li><li>William E. Byrd and Daniel P. Friedman. "lpha Kanren - A Fresh Name in Nominal Logic Programming". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/08-byrd.pdf">pdf</a>.</li><li>Patrick Meredith, Mark Hills, and Grigore Rosu. "An Executable Rewriting Logic Semantics of K-Scheme". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/09-meredith.pdf">pdf</a>.</li><li>Nguyen-Minh Bui. "Toward abstract profiling". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/10-bui.pdf">pdf</a>.</li><li>Kurt Nørmark. "Deriving a Comprehensive Document from a Concise Document - Document Engineering in Scheme". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/11-normark.pdf">pdf</a>.</li><li>Wim Vanderbauwhede. "Gannet: a Scheme for Task-level Reconfiguration of Service-based Systems-on-Chip". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/12-vanderbauwhede.pdf">pdf</a>.</li><li>Jean-Michel Hufflen. "Implementing Language-Dependent Lexicographic Orders in Scheme". <em>2007 Workshop on Scheme and Functional Programming</em>. September 2007. Available online: <a href="http://repository.readscheme.org/ftp/papers/sw2007/13-hufflen.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> |