Re: Static values language extension proposal

2014-01-29 Thread Jost Berthold
ablePtrs, etc). My approach is to solve this dynamically by exception handling. I can imagine that there is a sensible combination of RTS support with a suitable type class framework (Static, for one), but lazy evaluation, especially lazy I/O

RE: ANNOUNCE: GHC version 6.12.1

2009-12-14 Thread Jost Berthold
one of the changes, but not the most fundamental). If you want to try examples from GpH publications, you will certainly have some problems. parallel-1.x versions containing the original definitions are on hackage as well and should work for experiments. Cheers Jost Berthold PS: Loading Contro

Re: What is the mutator?

2009-08-06 Thread Jost Berthold
Message: 1 Date: Thu, 6 Aug 2009 00:38:08 -0700 From: Jason Dusek Subject: What is the mutator? To: glasgow-haskell-users@haskell.org Message-ID: <42784f260908060038h53d7cc0dy9f80e43f269a2...@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 I've been reading a little about GC la

IFL 2009 - 2nd Call for papers

2009-06-01 Thread Jost Berthold
Apologies for multiple copies. Jost Berthold Call for Papers IFL 2009 Seton Hall University SOUTH ORANGE, NJ, USA http://tltc.shu.edu/blogs/projects/IFL2009/ ** NEW ** Accomodations information available: http://tltc.shu.edu/blogs/projects/IFL2009/accommodations.html Jane Street Capital

Re: Threads and memory management

2009-04-27 Thread Jost Berthold
s indeed very broad, and the page above will surely focus on GHC rather than general ideas. So I hesitate in dropping all this information into the wiki and rather send a mail for now. Cheers Jost Berthold ___ Glasgow-haskell-users mailing list Gla

RE: Adding (some) libraries to a GHC tree

2008-09-17 Thread Jost Berthold
Simon Peyton-Jones wrote: > great. Can you just do the merge? You are hereby appointed an "accredited > wiki maintainer"! Thank you :) I edited GettingTheSources as we said, and removed the links from the /Building page. Neil, if you think the extra links should be kept, sorry and please rever

RE: Adding (some) libraries to a GHC tree

2008-09-17 Thread Jost Berthold
i maintainers (i.e. Neil in this case) later. Jost >> -Original Message- >> From: Simon Peyton-Jones [mailto:[EMAIL PROTECTED] >> Sent: 17 September 2008 1:40 pm >> To: Mitchell, Neil; Jost Berthold >> Cc: glasgow-haskell-users@haskell.org >> Subjec

Adding (some) libraries to a GHC tree

2008-09-17 Thread Jost Berthold
Hi Neil, You can manually add any package which is listed in http://hackage.haskell.org/trac/ghc/wiki/DarcsRepositories by getting it (with darcs), directly into the /libraries subdirectory. When you later use darcs-all, the added library will be included when pulling new changes etc. I have adde

RE: about threads (here: increasing thread IDs)

2006-06-21 Thread Jost Berthold
Hi Seth, perhaps this will help you, some information from the implementation side concerning your question about threadIDs: Related code lived in rts/Schedule.c, has recently moved to rts/Threads.* in the head. The ThreadID assigned by the RTS is continuously increasing, and declared to b

Re: Contents of Glasgow-haskell-users Digest, Vol 17, Issue 8

2005-01-18 Thread Jost Berthold
Hi Keean, Keean Schupke wrote: Jost Berthold wrote: In order to force the *complete* evaluation of your result, you could use Evaluation Strategies. Strategies are a concept introduced for increasing parallelism in Glasgow parallel Haskell. Parallelism and lazy evaluation are in a way contrary

Re: Contents of Glasgow-haskell-users Digest, Vol 17, Issue 8

2005-01-18 Thread Jost Berthold
Hi Bill, In order to force the *complete* evaluation of your result, you could use Evaluation Strategies. Strategies are a concept introduced for increasing parallelism in Glasgow parallel Haskell. Parallelism and lazy evaluation are in a way contrary aims, since you want your parallel evaluation t

Re: GHC and gcc 3.3.1

2003-10-21 Thread Jost Berthold
We have built GHC 6.2 for RedHat 9 in our department without problems (well... I checked out the sources approx. 2 weeks ago) using gcc-3.3.1 and a snapshot of ghc-6.1(20030829, rebuilt using binary ghc-6.1.20030803 and manually linking in a dummy __ctype_b). I only had problems because of the