Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > e3d62627d1d1aab7ab1be2dd7f65a872 > files > 335

ecl-10.4.1-1.fc14.x86_64.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>asdf:load-fasl-op</title><link rel="stylesheet" href="ecl.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="The ECL manual"><link rel="up" href="ch16s04.html" title="1.4.&#160;ASDF Reference"><link rel="prev" href="re03.html" title="asdf:make-build"><link rel="next" href="ch17.html" title="Chapter&#160;2.&#160;Operating System Interface"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><code class="function">asdf:load-fasl-op</code></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re03.html">Prev</a>&#160;</td><th width="60%" align="center">1.4.&#160;ASDF Reference</th><td width="20%" align="right">&#160;<a accesskey="n" href="ch17.html">Next</a></td></tr></table><hr></div><div class="refentry" title="asdf:load-fasl-op"><a name="ref.load-fasl-op"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p><code class="function">asdf:load-fasl-op</code> &#8212; Compile and load one ore more libraries using unified <acronym class="acronym">FASL</acronym></p></div><div class="refsynopsisdiv" title="ASDF operator"><h2><span class="application">ASDF</span> operator</h2><div class="funcsynopsis"><p><code class="funcdef">(asdf:make-build</code> 'asdf:load-fasl-op) &#8658; <var class="pdparam">system-name</var>) &#8658; &amp;key) &#8658; &amp;allow-other-keys)</p></div><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="replaceable"><code>system-name</code></em></span></p></td><td><p>A symbol naming the system to be built. Only the symbol
      name is considered.</p></td></tr></tbody></table></div></div><div class="refsect1" title="Description"><a name="id652125"></a><h2>Description</h2><p>This function is a replacement for the <span class="application">ASDF</span> operator
    <span class="symbol">ASDF:LOAD-OP</span>. Given a system name, it will build it and
    all its dependencies, to load them in the required order. The only
    difference with respect to <span class="symbol">ASDF:LOAD-OP</span> is that it builds
    a single <acronym class="acronym">FASL</acronym> file per module, thus being potentially faster and more
    resource efficient.</p></div><div class="refsect1" title="Examples"><a name="id652151"></a><h2>Examples</h2><p>Assume you want to load the <span class="application">CFFI</span> library, which has been registered
    with <span class="application">ASDF</span>. You will simply type</p><pre class="screen">
&gt; (require 'asdf)
;;; Loading #P"/home/jlr/lib/ecl/asdf.fas"
("ASDF")
&gt; (asdf:oos 'asdf:load-fasl-op :cffi)
...
T
</pre></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re03.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="ch16s04.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="ch17.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><code class="function">asdf:make-build</code>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;Chapter&#160;2.&#160;Operating System Interface</td></tr></table></div></body></html>