<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DARCS or HASKELL binary for HPUX 11.0?? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/darcs-or-haskell-binary-for-hpux-11-0/m-p/3684863#M102953</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks Duncan, I'll see if I can use it. It does seem a bit dated (June 2000!) and it's only PA-RISC 1.1, we use PA-RISC 2 here I believe ... But I'll definitely give it a try if nothing else shows up.&lt;BR /&gt;&lt;BR /&gt;Thanks Steven, too. I know they must have started with a minimal compiler, written in C to bootstrap the process, however I have not found any relevant info so far about how and what or what minimal features it needs to support to get up and working.&lt;BR /&gt;&lt;BR /&gt;There's info about Darcs at &lt;A href="http://abridgegame.org/darcs/" target="_blank"&gt;http://abridgegame.org/darcs/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;info about Haskell can be found at&lt;BR /&gt;&lt;A href="http://www.haskell.org/" target="_blank"&gt;http://www.haskell.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I cannot find a HP-UX GHC compiler (Glasgow Haskell compiler) I may also try using Hugs, a C implementation of the Haskell compiler. I hope one or the other will be OK for Darcs.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;Michel</description>
    <pubDate>Tue, 06 Dec 2005 06:40:11 GMT</pubDate>
    <dc:creator>Michel Polotto</dc:creator>
    <dc:date>2005-12-06T06:40:11Z</dc:date>
    <item>
      <title>DARCS or HASKELL binary for HPUX 11.0??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/darcs-or-haskell-binary-for-hpux-11-0/m-p/3684860#M102950</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I'd like to experiment with Darcs on HP-UX 11.0, and instead of going to build it first, I was looking around for binaries. However, I see on darcs.net that there's Darcs for Solaris, AIX, BSD and Linux, but not HP-UX.&lt;BR /&gt;&lt;BR /&gt;So I might have to build it! However (again) it's build in Haskell ... &lt;BR /&gt;&lt;BR /&gt;So here I go looking for a Haskell compiler on HP-UX, and I can't seem to find one. Note, however (3rd time!) that Haskell is written, in ... Haskell!!! I like this ...&lt;BR /&gt;&lt;BR /&gt;So shall I have to build the compiler myself?&lt;BR /&gt;Well ... darcs.net (again) says don't try building the Haskell compiler yourself if you're no Haskell guru (I ain't, yet ...), because, well it's written in Haskell remember?&lt;BR /&gt;&lt;BR /&gt;So, here's the question: does anyone know where I could find either a Darcs, or a Haskell binary for HP-UX 11.0? NB: preferably from a reputable source, since I'd like to concentrate on Darcs 1st, not Haskell (yet)!&lt;BR /&gt;&lt;BR /&gt;Makes sense?&lt;BR /&gt;&lt;BR /&gt;Thanks to all for suggestions ...&lt;BR /&gt;&lt;BR /&gt;Michel Polotto</description>
      <pubDate>Mon, 05 Dec 2005 13:38:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/darcs-or-haskell-binary-for-hpux-11-0/m-p/3684860#M102950</guid>
      <dc:creator>Michel Polotto</dc:creator>
      <dc:date>2005-12-05T13:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: DARCS or HASKELL binary for HPUX 11.0??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/darcs-or-haskell-binary-for-hpux-11-0/m-p/3684861#M102951</link>
      <description>Shalom Michel,&lt;BR /&gt;&lt;BR /&gt;Sounds like a chicken or the egg, which came first type thing.&lt;BR /&gt;&lt;BR /&gt;If Haskell is built in Haskell, how did it ever get off the original development platform. The answer is probably the developers developed binaries for the compiler the hard way, and then moved and recompiled the source as they went forward.&lt;BR /&gt;&lt;BR /&gt;You are sure there is no base in assembler or C?&lt;BR /&gt;&lt;BR /&gt;Sounds like the problem may not be solved until the developers decide to relase for HP-UX&lt;BR /&gt;&lt;BR /&gt;Can you post a few docs on this item, I'd like to read a bit.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 05 Dec 2005 14:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/darcs-or-haskell-binary-for-hpux-11-0/m-p/3684861#M102951</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-05T14:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: DARCS or HASKELL binary for HPUX 11.0??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/darcs-or-haskell-binary-for-hpux-11-0/m-p/3684862#M102952</link>
      <description>This seems to be a Haskell interpreter:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Languages/gofer-2.30a/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Languages/gofer-2.30a/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Does that help?&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 05 Dec 2005 15:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/darcs-or-haskell-binary-for-hpux-11-0/m-p/3684862#M102952</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-12-05T15:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: DARCS or HASKELL binary for HPUX 11.0??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/darcs-or-haskell-binary-for-hpux-11-0/m-p/3684863#M102953</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks Duncan, I'll see if I can use it. It does seem a bit dated (June 2000!) and it's only PA-RISC 1.1, we use PA-RISC 2 here I believe ... But I'll definitely give it a try if nothing else shows up.&lt;BR /&gt;&lt;BR /&gt;Thanks Steven, too. I know they must have started with a minimal compiler, written in C to bootstrap the process, however I have not found any relevant info so far about how and what or what minimal features it needs to support to get up and working.&lt;BR /&gt;&lt;BR /&gt;There's info about Darcs at &lt;A href="http://abridgegame.org/darcs/" target="_blank"&gt;http://abridgegame.org/darcs/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;info about Haskell can be found at&lt;BR /&gt;&lt;A href="http://www.haskell.org/" target="_blank"&gt;http://www.haskell.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I cannot find a HP-UX GHC compiler (Glasgow Haskell compiler) I may also try using Hugs, a C implementation of the Haskell compiler. I hope one or the other will be OK for Darcs.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;Michel</description>
      <pubDate>Tue, 06 Dec 2005 06:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/darcs-or-haskell-binary-for-hpux-11-0/m-p/3684863#M102953</guid>
      <dc:creator>Michel Polotto</dc:creator>
      <dc:date>2005-12-06T06:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: DARCS or HASKELL binary for HPUX 11.0??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/darcs-or-haskell-binary-for-hpux-11-0/m-p/3684864#M102954</link>
      <description>Doesn't matteer about the PA-Risc 1.1&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Languages/gofer-2.30a/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Languages/gofer-2.30a/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Has source code for the interpreter.&lt;BR /&gt;&lt;BR /&gt;Therefore you can compile it to work on PA-RISC 1.1 or 2.0 or even IA64 if you want to work hard enough.&lt;BR /&gt;&lt;BR /&gt;Pay close attention to the build requirements and the run time requirements. Miss one of them and it won't work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 06 Dec 2005 07:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/darcs-or-haskell-binary-for-hpux-11-0/m-p/3684864#M102954</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-06T07:07:24Z</dc:date>
    </item>
  </channel>
</rss>

