Not aligned with the original request I know ... but I&#39;d like to see some a foundation for a Racket &quot;data&quot; library along the lines of Pandas.   And then then an additional layer such that the statistics and plot libraries just works with it. <div>
<br></div><div><a href="http://pandas.pydata.org/">http://pandas.pydata.org/</a></div><div><br><br><div class="gmail_quote">On Sat, Jun 30, 2012 at 8:31 PM, Neil Toronto <span dir="ltr">&lt;<a href="mailto:neil.toronto@gmail.com" target="_blank">neil.toronto@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Being a glutton for punishment, I&#39;ve decided to write a `math&#39; collection to be shipped with Racket. I&#39;m writing it in Typed Racket, so Typed Racket programs that `(require math)&#39; can apply mathematical functions with no overhead and regular Racket programs will incur only the usual contract checks. Also, Vincent&#39;s TR optimizer will fill the math collection with rainbows and sunshine.<br>

<br>
I know what *I* want in a math library: statistics (for my research) and basic linear algebra (for `plot&#39;). What do *you* want?<br>
<br>
(FWIW, this started with Antonio asking for inverse hyperbolic functions on the dev mailing list. I just did those today, and factorial, log-factorial, gamma, and log-gamma yesterday.)<br>
<br>
Neil ⊥<br>
____________________<br>
 Racket Users list:<br>
 <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/<u></u>users</a><br>
</blockquote></div><br></div>