RE: [Haskell-cafe] Haskell mode for emacs - some questions

2007-06-20 Thread peterv
- From: Jules Bean [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 09:58 To: peterv Cc: 'David House'; haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] Haskell mode for emacs - some questions peterv wrote: And when I will me using HopenGL, I will want performance, as I

RE: [Haskell-cafe] Haskell mode for emacs - some questions

2007-06-20 Thread David House
peterv writes: Yes, but I can only use GHCI for error checking, because I'm using GTK2HS/SOE which does not work well with GHCI under Windows, it only runs when using GHC. Why is this? I'm not that familiar with Gtk2Hs, but I don't understand why it wouldn't work with GHCi if it works with

RE: [Haskell-cafe] Haskell mode for emacs - some questions

2007-06-20 Thread peterv
the primitives Gtk2Hs provides to use Gtk+ safely from multiple threads. Duncan -Original Message- From: David House [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 6:42 PM To: peterv Cc: 'David House'; haskell-cafe@haskell.org Subject: RE: [Haskell-cafe] Haskell mode for emacs - some

RE: [Haskell-cafe] Haskell mode for emacs - some questions

2007-06-20 Thread Duncan Coutts
On Wed, 2007-06-20 at 21:29 +0200, peterv wrote: Yes this was also very very confusing for me because I had the same idea about that. I almost gave up on learning Haskell because of that (I wanted to practice stuff from the SOE book using the latest versions), until I suddenly found out that

RE: [Haskell-cafe] Haskell mode for emacs - some questions

2007-06-19 Thread peterv
: [Haskell-cafe] Haskell mode for emacs - some questions peterv writes: - How can I just compile and run in one go without having to type ghc --make main.hs as arguments for the compile... command and then typing main.exe for shell command...? This is what you do all the time when using Visual

Re: [Haskell-cafe] Haskell mode for emacs - some questions

2007-06-19 Thread Jules Bean
peterv wrote: And when I will me using HopenGL, I will want performance, as I will be doing experiments with particle systems, 3D rendering, etc. Basically the stuff I did for many years but now using Haskell :) Having to do anything more than hitting a key to compile and run an application

Re: [Haskell-cafe] Haskell mode for emacs - some questions

2007-06-18 Thread David House
peterv writes: - How can I just compile and run in one go without having to type ghc --make main.hs as arguments for the compile... command and then typing main.exe for shell command...? This is what you do all the time when using Visual Studio, Eclipse, etc: just hit the F5 key which