Re: [Haskell-cafe] Determining application directory

2010-01-29 Thread Scott A. Waterman
'FindBin' is also useful. http://hackage.haskell.org/package/FindBin While System.Directory is quite useful, it doesn't contain a function to obtain the directory in which the running program lives. You can get the current (working) directory (e.g. unix's 'getpwd'), and you can try to find

[Haskell-cafe] parallel and distributed haskell?

2009-12-16 Thread Scott A. Waterman
It looks like there was a recent hackathon focusing on implementing distributed haskell. http://hackage.haskell.org/trac/ghc/wiki/HackPar I feel there is quite a bit of latent interest in the subject here, but relatively little active development (compared to erlang, clojure, etc.) Can a

Re: [Haskell-cafe] haskell & cuda?

2009-05-12 Thread Scott A. Waterman
Sean and Manuel are both at Univ. New South Wales http://www.cse.unsw.edu.au/~seanl/ http://www.cse.unsw.edu.au/~chak/ On May 12, 2009, at 2:36 PM, Scott A. Waterman wrote: Try reaching Manuel Chakravarty, http://justtesting.org/ and his colleague Sean Lee at Galois. Slides from his talk

Re: [Haskell-cafe] haskell & cuda?

2009-05-12 Thread Scott A. Waterman
Try reaching Manuel Chakravarty, http://justtesting.org/ and his colleague Sean Lee at Galois. Slides from his talk on GPU.gen : Just gave my talk on "Data Parallelism in Haskell" at PSU; here the slides: http://bit.ly/17EQcl and slides from an earlier Galois talk: http://www.galois.com/bl

Re: [Haskell-cafe] ghci + hopengl

2009-03-24 Thread Scott A. Waterman
Duane - yes, please. I've been wondering how to compile to a Mac .app structure. Also, anyone have any hints about distributing Haskell apps for mac, when you know the target will certianly *not* have a GHC environment on it? Thanks --ts On Mar 21, 2009, at 2:18 PM, Duane Johnson wrote: