<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">


<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
 /* List Definitions */
 @list l0
        {mso-list-id:11030237;
        mso-list-type:hybrid;
        mso-list-template-ids:-937804460 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
        {mso-level-tab-stop:.5in;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l1
        {mso-list-id:33388957;
        mso-list-type:hybrid;
        mso-list-template-ids:-2121652038 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l1:level1
        {mso-level-start-at:2;
        mso-level-tab-stop:.5in;
        mso-level-number-position:left;
        text-indent:-.25in;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I am currently developing a numerical computing package in
PLT Scheme to support my knowledge-based simulation work. &nbsp;I am almost
ready to release it and have a few questions of the PLT Scheme community at large.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>1.&nbsp; My current plans are to distribute it using PLaneT.
&nbsp;Is this the appropriate distribution medium?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>2.&nbsp; The entire science collection is rather large &#8211;
several dozen modules in eight primary areas: Mathematical Constants and
Functions, Special Functions (Error Functions, Gamma Functions, Psi Functions,
and Zeta Functions), Random Number Generation (extensions to SRFI 27: Sources
of Random Bits), Random Number Distributions (including density functions and plotting),
Statistics, Histograms (continuous (1D and 2D) and discrete, including plotting),
Chebyshev Approximations, and PLoT Scheme Extensions (histogram data plotting,
discrete function and data plotting). &nbsp;Currently, it is packaged (and
documented) as a single collection with sub-collections for the special
functions and random number distributions.&nbsp; Would it be better to
distribute the functionality as individual collections (presumably eight
matching the functional areas above)?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>3. &nbsp;In the last week, I updated all of the modules to
use provide/contract to define and enforce parameter (and result) types,
ranges, and inter-argument constraints. &nbsp;I really like the concept and
think it&#8217;s a great feature. &nbsp;However, it seems (very subjective
here) that my examples run about an order of magnitude slower than before. &nbsp;[To
be fair, nothing is pre-compiled and much of that may be overhead due to
compilation time when they are loaded.] &nbsp;Does anyone have a good handle on
the overhead associated with using contracts?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>4.&nbsp; The documentation is about 80% complete, but there
is content in all of the sections that should give anyone a feel for what it
provides. &nbsp;The pdf file is over half a meg and I felt it would not be good
list etiquette (or even possible) to attach it.&nbsp; I would, however, be
happy to send it to anyone who wants to look at it. &nbsp;[I don&#8217;t have ready
access to any servers outside of a firewall so I can&#8217;t post a link,
either. &nbsp;But, if anyone else would like to do so, I can send them the
document.]<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>5.&nbsp; The code is essentially complete &#8211; just some
minor clean-up needed, but has not been made into a .plt file. &nbsp;I could
zip it (it happens to be resident on a Windows box at the moment) and one could
manually install it, if anyone really wants to see the code.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Thanks in advance for any advice.<o:p></o:p></span></font></p>

</div>

</body>

</html>