Hey John,<br>The language you are working on - is it a EDSL in Haskell? If not, had you considered such an option?<br><br><div class="gmail_quote">On Thu, Aug 5, 2010 at 8:11 PM, Job Vranish <span dir="ltr">&lt;<a href="mailto:job.vranish@gmail.com">job.vranish@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Yeah Atom is pretty slick, though unfortunately it&#39;s not quite powerful enough for much of the stuff that we do. <br>
<br>John Van Enk and I are actually working on a language that&#39;s similar to C (and compiles to C), but has polymorphism, type inference and other goodies. The goal is to make working on embedded systems a bit less painful, while still being able to do anything that C can do (like run on an 8 bit micro).<br>

Hopfully, if things go as planned, we&#39;ll have a working beta out by the end of the month :)<br><font color="#888888"><br>- Job</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Wed, Aug 4, 2010 at 5:58 PM, Don Stewart <span dir="ltr">&lt;<a href="mailto:dons@galois.com" target="_blank">dons@galois.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

job.vranish:<br>
<div>&gt; + 1<br>
&gt;<br>
&gt;<br>
&gt; This is probably the biggest obstacle to using Haskell where I work. (Aviation<br>
&gt; industry, software for flight management systems for airplanes)<br>
&gt;<br>
&gt; We often need to perform some computations with hard deadlines, say every 20ms,<br>
&gt; with very little jitter.<br>
&gt; Major GC&#39;s spoil the fun; It&#39;s quite easy to have a major GC take longer than<br>
&gt; 20ms, and currently they are not &quot;pauseable&quot; (nor is it trivial to make them<br>
&gt; so).<br>
&gt;<br>
&gt; It would be very nice to have some annotation/DSL/compiler-flag that would let<br>
&gt; me run a small block of mostly regular haskell code under hard, real-time<br>
&gt; constraints.<br>
&gt;<br>
&gt; Hmm, it looks like the HASP project is working on some of this, though I&#39;m not<br>
&gt; sure how portable their work is back to GHC: <a href="http://hasp.cs.pdx.edu/" target="_blank">http://hasp.cs.pdx.edu/</a><br>
&gt;<br>
<br>
</div>Or look at EDSLs, like Atom:<br>
<br>
    <a href="http://hackage.haskell.org/package/atom" target="_blank">http://hackage.haskell.org/package/atom</a><br>
</blockquote></div><br>
</div></div><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><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Kashyap<br>