Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Error when starting GHCI (Arie van Wingerden)
(Howard B. Golden)
2. Javascript with Haskell (Franco)
3. daemons and signals (Jeff Lasslett)
----------------------------------------------------------------------
Message: 1
Date: Tue, 8 Oct 2013 11:30:33 -0700 (PDT)
From: "Howard B. Golden" <[email protected]>
To: "[email protected]" <[email protected]>
Subject: Re: [Haskell-beginners] Error when starting GHCI (Arie van
Wingerden)
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=iso-8859-1
Hi Arie,
My guess is that you don't have a necessary library in your path. Here are the
Haskell libraries I have in my path (change as necessary for your setup):
C:\Program Files\Haskell Platform\2013.2.0.0\lib\extralibs\bin
C:\Program Files\Haskell Platform\2013.2.0.0\bin
C:\Program Files\Haskell Platform\2013.2.0.0\mingw\bin
HTH,
Howard
-------------------------
Message: 2
Date: Tue, 8 Oct 2013 18:12:41 +0200
From: Arie van Wingerden <[email protected]>
To: [email protected]
Subject: [Haskell-beginners] Error when starting GHCI
Message-ID:
??? <CADkALSHpG7s89tT7rXJw56q7hkDyEcwv1=xu5tg3_qlqoqt...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
today I downloaded the Haskell platform for 32 bits Windows
(HaskellPlatform-2013.2.0.0-setup.exe) and installed it.
The first time I started GHCI all worked perfectly.
When I closed GHCI and later tried to start it again I constantly get
however:
C:\Users\Arie>ghci
GHCi, version 7.6.3: http://www.haskell.org/ghc/??:? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... ghc.exe: : Kan opgegeven module niet vinden.
<command line>: can't load .so/.DLL for:? (addDLL: could not load DLL)
WHERE Kan opgegeven module niet vinden MEANS Can't find the specified module
Any ideas?
Kind regards,
???Arie
------------------------------
Message: 2
Date: Tue, 8 Oct 2013 22:30:44 +0200
From: Franco <[email protected]>
To: [email protected]
Subject: [Haskell-beginners] Javascript with Haskell
Message-ID: <20131008203044.GA10796@efikamx>
Content-Type: text/plain; charset=us-ascii
Hello mailing list,
I am developing a small text adventure game, which now runs nicely on a
Linux terminal. I was going to ask a friend of mine to compile it on Windows,
but then I thought: "Wouldn't it be awesome if people could run that in their
browser?"
I searched a bit and found this little example game [1]. As you can see it
was written in Haskell but you can play it in your browser.
Now, to the problem: it seems to me that the code requires UHC (Utrecht
Haskell Compiler), which I don't have (I use GHC).
What are the alternatives (if any)? As stated above, I am not going to code
anything complex graphic wise, so the simpler the merrier!
Thanks
-F
[1] http://jshaskell.blogspot.de/2012/09/breakout.html
------------------------------
Message: 3
Date: Wed, 9 Oct 2013 12:50:57 +1100
From: Jeff Lasslett <[email protected]>
To: beginners <[email protected]>
Subject: [Haskell-beginners] daemons and signals
Message-ID:
<CAK6+hbxrsejHYMwZWXWhMEnH7NJf-Bo=VhB=xe7uyo6388i...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hello,
I'm trying to write a daemon that handles some signals. My problem is
currently with the handling of posix signals. I don't think my signal
handlers are being run. All they do at present is write to syslog and a
file (for diagnostic purposes).
I'm not seeing anything in /var/log/system.log (I'm on a mac).
My code is attached. Any advice would be greatly appreciated.
Thanks,
Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20131009/f21d1b2f/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.hs
Type: application/octet-stream
Size: 1221 bytes
Desc: not available
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20131009/f21d1b2f/attachment-0001.obj>
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 64, Issue 14
*****************************************