Re: [Haskell-cafe] Is it possible to easily connect Haskell to JavaScript/JavaFX in the browser and use a browser as a Windows GUI? :)

2010-10-20 Thread Stephen Sinclair
On Wed, Oct 20, 2010 at 3:11 PM, Stephen Tetley stephen.tet...@gmail.com wrote: Claus Reinke posted this a while ago - see the attachment at the bottom of the message: http://www.haskell.org/pipermail/haskell-cafe/2007-July/029275.html Thanks for that. Here's the relevant website that he

Re: [Haskell-cafe] Is it possible to easily connect Haskell to JavaScript/JavaFX in the browser and use a browser as a Windows GUI? :)

2010-10-20 Thread Stephen Sinclair
On Wed, Oct 20, 2010 at 4:27 PM, Stephen Sinclair radars...@gmail.com wrote: On Wed, Oct 20, 2010 at 3:11 PM, Stephen Tetley stephen.tet...@gmail.com wrote: Claus Reinke posted this a while ago - see the attachment at the bottom of the message: http://www.haskell.org/pipermail/haskell-cafe

Re: [Haskell-cafe] Haskell/JDK/tail-calls etc. (please vote on bug No. 6804517)

2010-09-19 Thread Stephen Sinclair
On Sun, Sep 19, 2010 at 3:51 PM, Karel Gardas karel.gar...@centrum.cz wrote: Hello, from time to time request for Haskell running on top of Java's VM pops on the haskell related mailing list and then usually dies off when someone mentions that JDK does not have proper support for tail-calls.

Re: [Haskell-cafe] Unnecessarily strict implementations

2010-09-02 Thread Stephen Sinclair
On Thu, Sep 2, 2010 at 3:25 AM, Jan Christiansen j...@informatik.uni-kiel.de wrote: I prefer  False = _|_ = True Sorry to go a bit off topic, but I find it funny that I never really noticed you could perform less-than or greater-than comparisons on Bool values. What's the semantic reasoning

Re: [Haskell-cafe] Embedded scripting Language for haskell app

2010-08-17 Thread Stephen Sinclair
On Tue, Aug 17, 2010 at 6:05 AM, Hemanth Kapila saihema...@gmail.com wrote: Hi, Can some one please give me a suggestion on the best choice for an embedded scripting Language for a haskell application? I mean, something like guile/lua for c/c++ and groovy/jruby for java. For quite some time,

Re: [Haskell-cafe] How do you change the mouse position?

2010-08-12 Thread Stephen Sinclair
On Thu, Aug 12, 2010 at 10:50 PM, Eitan Goldshtrom thesource...@gmail.com wrote: In C++, maybe Java, I remember using a Robot to change the location of the mouse on the screen. My intention is to do something like in an FPS game where the mouse is always centered to make sure it doesn't run

[Haskell-cafe] real-time audio processing [Was: can Haskell do everyting as we want?]

2010-08-04 Thread Stephen Sinclair
On Aug 3, 8:31 pm, Jeremy Shaw jer...@n-heptane.com wrote:  The only area I have had any trouble with Haskell is doing realtime music synthesis. And only because the garbage collector is not realtime friendly. That is not unfixable though. However, I am thinking that the best way to do