Re: [Haskell-cafe] Unnecessarily strict implementations

2010-09-06 Thread Henning Thielemann
Daniel Fischer schrieb: > On Sunday 05 September 2010 21:52:44, Henning Thielemann wrote: >> Daniel Fischer schrieb: >>> Yes. Ordinarily, lines in text files aren't longer than a few hundred >>> characters, leaking those, who cares? >> I got several space leaks of this kind in the past. They are ve

Re: [Haskell-cafe] running ghci simply

2010-09-06 Thread Ivan Lazar Miljenovic
On 6 September 2010 18:00, Johann Bach wrote: > Regarding runhaskell: the last time I tried it, it compiled the > program, but I want to use the interpreter. I have a script-like > application in which the code will be changing frequently and I want > to run it and see the results quickly. Unless

Re: [Haskell-cafe] running ghci simply

2010-09-06 Thread Vo Minh Thu
2010/9/6 Johann Bach : > On Mon, Sep 6, 2010 at 12:51 AM, Vo Minh Thu wrote: >> 2010/9/6 Ivan Lazar Miljenovic : >>> On 6 September 2010 17:42, Johann Bach wrote: Is there a way to run a Haskell module via ghci with a single command on the command-line? Note: I'm on Windows XP

Re: [Haskell-cafe] running ghci simply

2010-09-06 Thread Johann Bach
On Mon, Sep 6, 2010 at 12:51 AM, Vo Minh Thu wrote: > 2010/9/6 Ivan Lazar Miljenovic : >> On 6 September 2010 17:42, Johann Bach wrote: >>> Is there a way to run a Haskell module via ghci with a single command >>> on the command-line? >>> >>> Note: I'm on Windows XP. >>> >>> If I have the module

Re: [Haskell-cafe] running ghci simply

2010-09-06 Thread Vo Minh Thu
2010/9/6 Ivan Lazar Miljenovic : > On 6 September 2010 17:42, Johann Bach wrote: >> Is there a way to run a Haskell module via ghci with a single command >> on the command-line? >> >> Note: I'm on Windows XP. >> >> If I have the module test.hs, I can type "test.hs" and that will load >> it into gh

Re: [Haskell-cafe] running ghci simply

2010-09-06 Thread Ivan Lazar Miljenovic
On 6 September 2010 17:42, Johann Bach wrote: > Is there a way to run a Haskell module via ghci with a single command > on the command-line? > > Note: I'm on Windows XP. > > If I have the module test.hs, I can type "test.hs" and that will load > it into ghci. However, I need to then type "main" to

[Haskell-cafe] running ghci simply

2010-09-06 Thread Johann Bach
Is there a way to run a Haskell module via ghci with a single command on the command-line? Note: I'm on Windows XP. If I have the module test.hs, I can type "test.hs" and that will load it into ghci. However, I need to then type "main" to run it, and then manually exit ghci. I would like to do al

[Haskell-cafe] PhD position at the Software Technology group at Utrecht University

2010-09-06 Thread Atze Dijkstra
There is currently a PhD position available at he Software Technology group, Department of Information and Computing Sciences, Utrecht University, Netherlands. The ST group focusses its research on programming methodologies, compiler construction, and program analysis. In this area the research wi

[Haskell-cafe] RE: [Haskell] Proposal: Form a haskell.org committee

2010-09-06 Thread Simon Peyton-Jones
Ian et al | To fix this problem, we propose that we create a "haskell.org | committee", which is responsible for answering these sorts of questions, | although for some questions they may choose to poll the community at | large if they think appropriate. I think that's an excellent idea. I think

Re: [Haskell-cafe] help me evangelize haskell.

2010-09-06 Thread Stephen Tetley
On 6 September 2010 03:46, Mathew de Detrich wrote: > If they are perl programmers, they (should) understand perl very well. I > would suggest to try explaining to them the obvious disadvantages of perl > and the way that Haskell can cover those disadvantages without (much) of a > compromise. Now

<    1   2