Hello Joel,
Friday, July 7, 2006, 2:03:11 AM, you wrote:
> Is anyone using Haskell for heavy numerical computations? Could you
> share your experience?
> My app will be mostly about running computations over huge amounts of
> stock data (time series) so I'm thinking I might be better of with
Hello,
Not sure where to ask this question but maybe here is a good place.
I'm trying to use wxHaskell and I need a table with a right-click
context menu. So far it seems that I can get some events on a wxGrid
but not the context menu event or the mouse right click event.
To get grid events I'
On 7/6/06, Andy Georges <[EMAIL PROTECTED]> wrote:
Hello,
I'm looking for a bit of help (ok, a lot) the speed up my program
which I use to build a calltree out of an annotated program execution
trace. To give you an idea about the sluggishness at the moment, for
a trace containing 70MB, it has b
Joel Reymont wrote:
Is anyone using Haskell for heavy numerical computations? Could you
share your experience?
My app will be mostly about running computations over huge amounts of
stock data (time series) so I'm thinking I might be better of with OCaml.
If you are really serious about n
On Jul 7, 2006, at 8:57 AM, Sara Kenedy wrote:
Hello everybody,
I checked the topics in Haskell-Cafe about prefix/infix operators but
I did not find them. Now I bring my questions to here to ask you.
1) I have a Common-Lisp code representing an expression result as
follows
((MPLUS SIMP)
> honest, the documentation for Arrows blows my
mind. I think a few
> examples would go a long way.
>
John Hughes' original paper on arrows is full of examples.
Additionally, Hughes wrote a tutorial on programming with arrows, for the
2004 AFP summer school in Tartu, which is very accessible. B
Hello everybody,
I checked the topics in Haskell-Cafe about prefix/infix operators but
I did not find them. Now I bring my questions to here to ask you.
1) I have a Common-Lisp code representing an expression result as follows
((MPLUS SIMP)
((MTIMES SIMP) ((RAT SIMP) 1 2) ((MEXPT SIMP)
[EMAIL PROTECTED] wrote:
"Simon Peyton-Jones" <[EMAIL PROTECTED]> writes:
Brian Hulley wrote:
| import A.B.C( T1 ) from "foo"
| import A.B.C( T2 ) from "bar"
| type S = A.B.C.T1 -> A.B.C.T2
| I'd suggest that the above should give a compiler error that A.B.C is
| ambiguous (as a qualifier
"Simon Peyton-Jones" <[EMAIL PROTECTED]> writes:
> Brian Hulley wrote:
> | import A.B.C( T1 ) from "foo"
> | import A.B.C( T2 ) from "bar"
> | type S = A.B.C.T1 -> A.B.C.T2
> | I'd suggest that the above should give a compiler error that A.B.C is
> | ambiguous (as a qualifier), rather than