Actually Haskell is used in a surprising number of trading groups. However most people involved are contractually obligated to never talk about the technology in use at their firm. We make no secret that we use Haskell as our primary language in building trading systems. Other functional languages, notably F#, have seen significant uptake as well.<div>
<br></div><div>As to whether Haskell should/must/could be used an a particular system much of this choice (non-technology influences aside) is going to be bound by speed. As Knight is a market maker I would expect that the stock choice for rapidly evolving software is c++ on the intel compiler with a significant amount of strategies running on ASIC and FPGA. The reason being is that many strategies are relying on latency as a primary input to their success. </div>
<div><br></div><div>We have the advantage of not being latency bound and we place a great amount of emphasis on correctness. We accept the fact that if we want to run latency bound strategies most of our runtime stack would be useless. If they had been using Haskell would they have still had whatever problem it was? At this point completely unknown. However the real world is a messy place and sometimes even haskell code has bugs.</div>
<div><br></div><div>Steve<br><br><div class="gmail_quote">On Sat, Aug 4, 2012 at 3:06 AM, Ketil Malde <span dir="ltr">&lt;<a href="mailto:ketil@malde.org" target="_blank">ketil@malde.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">&quot;Vasili I. Galchin&quot; &lt;<a href="mailto:vigalchin@gmail.com">vigalchin@gmail.com</a>&gt; writes:<br>
<br>
&gt;     I am going to make an assumption .... except for Jane Street<br>
&gt; Capital all/most &quot;Wall Street&quot; software is written in an imperative<br>
&gt; language.<br>
<br>
</div>Tsuru Captial and Standard Chartered are also known to hire functional<br>
programmers.<br>
<div class="im"><br>
&gt;     Assuming this why is Wall Street not awaken to the dangers.<br>
<br>
</div>As an explanation, this is a bit simplistic, I think. But I think the<br>
reason these companies are willing to use experimental technology (as<br>
Haskell is considered to be in industry), is that the consequences of<br>
error can be so high.  For most mainstream software, users have been<br>
trained to accept unreliability, and/or are not willing to pay the<br>
costs.<br>
<br>
Other examples of expensive software faults is the Ariane 5 launch and<br>
the Sleipner A oil rig (that collapsed and sunk when in tow due to a mistake<br>
in FEA strength calculations).<br>
<br>
The space (and defense) industry have a long history of working towards<br>
software security, but I think they have focused more on the software<br>
process than on technology - ADA notwithstanding.  And probably rightly<br>
so, even though technology can help you write correct code, there is<br>
still plenty of rope.<br>
<span class="HOEnZb"><font color="#888888"><br>
-k<br>
--<br>
If I haven&#39;t seen further, it is by standing in the footprints of giants<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a></div></div></blockquote></div>
</div>