<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/www/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>alpheccar's blog - comments</title>
    <link>http://www.alpheccar.org</link>
    <language>en</language>
    <ttl>40</ttl>
    <description>science and freedom</description>
    <image>
      <link>http://www.alpheccar.org</link>
      <title>alpheccar's blog - comments</title>
      <url>http://www.alpheccar.org/images/avatar.jpg</url>
    </image>
    <item>
      <title></title>
      <description>Apparantly my curiousity is more demanding than yours -- my curiousity demands that I actually use Coq to prove things. For instance, I'm trying to formalize some of the material in my Signals course...</description>
      <pubDate>Tue, 10 Jun 2008 15:40:29 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:286</guid>
      <author>Samuel Bronson</author>
      <link>http://www.alpheccar.org/en/posts/show/70</link>
    </item>
    <item>
      <title>Critical Factors</title>
      <description>Remember Einstein, E=mc2, He makes me think, The best programing language is the human language, and even in our language we have big problems to express many concepts and ideas, not say describing problem solutions. So, the best programming language must cover, very well, critical factors for the average human like me.
First Factor . Documentation, (the best, complete, detailed, concise, with samples, etc)
Second . Support (Critical bugs instantly fixed instead going to version 2,3,..., with more changes, more complexities, new bugs)
Third . IDE (The best IDE possible, with debugging)
Fourth . Always backwards compatible or autoupgraded.(Not deprecated any more)
Add, remove Factors, choose the critical factors, then we will see which is the less worst language, because in fact there is no best programing language at all, up to 2008, as there is no best human language, or which is the best philosophy language, which is the best for religion? which is the best for moral, which is the best for love? then we see all you want about machines and money handling languages.

</description>
      <pubDate>Wed, 28 May 2008 03:40:09 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:285</guid>
      <author>oscar duron</author>
      <link>http://www.alpheccar.org/en/posts/show/36</link>
    </item>
    <item>
      <title>Reasons to study Haskell ...</title>
      <description>OK, now I can add to the list of reasons to study Haskell for my students:
  1. mathematical syntax and semantics;
  2. great job opportunities (see Galois);
  3. sweeping OSCON like wildfire (see Simon's talk);
  4. meet French fashion models! :)

Perhaps they'll model some Haskell merchandise from haskell.org?</description>
      <pubDate>Thu, 13 Mar 2008 01:14:52 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:283</guid>
      <author>Fritz</author>
      <link>http://www.alpheccar.org/en/posts/show/91</link>
    </item>
    <item>
      <title></title>
      <description>the idea is that the state of the GUI is packaged with the GUI so that you can use the back button or clone the browser window without any problem. </description>
      <pubDate>Tue, 04 Mar 2008 01:39:46 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:282</guid>
      <author>alpheccar</author>
      <link>http://www.alpheccar.org/en/posts/show/89</link>
    </item>
    <item>
      <title></title>
      <description>Are there any intrinsic reasons to pass the state explicitly in requests rather than storing it server-side only in a session?</description>
      <pubDate>Mon, 03 Mar 2008 17:42:35 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:281</guid>
      <author>Saizan</author>
      <link>http://www.alpheccar.org/en/posts/show/89</link>
    </item>
    <item>
      <title></title>
      <description>C'est awesomme!</description>
      <pubDate>Mon, 25 Feb 2008 19:17:23 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:280</guid>
      <author>Dan P</author>
      <link>http://www.alpheccar.org/en/posts/show/91</link>
    </item>
    <item>
      <title></title>
      <description>Merci :)
il y a encore beaucoup de travail avant d'arriver au niveau de cette librairie et notamment en ce qui concerne les polices. 
Je sais pas si j'aurai le courage :) mais je vais essayer. </description>
      <pubDate>Mon, 25 Feb 2008 06:39:09 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:279</guid>
      <author>alpheccar</author>
      <link>http://www.alpheccar.org/en/posts/show/91</link>
    </item>
    <item>
      <title>joli travail</title>
      <description>Je commence tout juste Haskell et je découvre cette magnifique librairie : chapeau !

Question : Serait-il envisageable à long terme d'obtenir un équivalent de la librairie écrite en Lisp cl-typesetting (http://www.fractalconcept.com/asp/CW7sdataQucgleWmCuSG9eWI$Nmw) ?



</description>
      <pubDate>Mon, 25 Feb 2008 06:35:24 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:278</guid>
      <author>kib2</author>
      <link>http://www.alpheccar.org/en/posts/show/91</link>
    </item>
    <item>
      <title>Oops</title>
      <description>Oops : wrong paper by Moggi. I don't find the right one ...</description>
      <pubDate>Thu, 17 Jan 2008 13:39:14 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:272</guid>
      <author>alpheccar</author>
      <link>http://www.alpheccar.org/en/posts/show/90</link>
    </item>
    <item>
      <title></title>
      <description>augustss : I know the [paper by Moggi](http://www.disi.unige.it/person/MoggiE/ftp/ic91.pdf). I read it when I was trying to understand monads. But, I have not seen any blog or tutorial about monads talk about it. And, if it is in a research paper then most programmers won't know it. 

sigfpe : You should blog about the use of &amp;quot;theorem for free&amp;quot; for dynamically typed languages and containers.

sam: Thanks. Blogs helped me a lot too when I was trying to understand Haskell.</description>
      <pubDate>Thu, 17 Jan 2008 13:34:50 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:271</guid>
      <author>alpheccar</author>
      <link>http://www.alpheccar.org/en/posts/show/90</link>
    </item>
  </channel>
</rss>
