[Haskell-cafe] Interfacing real-time stocks data API

2013-10-08 Thread Miro Karpis
Please, did/does anybody tried to interface with Haskell some real-time stocks data API? If yes, please which one? So far I came down to ActveTick,... thanks, m. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listin

Re: [Haskell-cafe] FFI: how to handle external dll crashes

2013-09-23 Thread Miro Karpis
ne (which is similar to > effectively start two Haskell programs). > > On 23/09/13 20:41, Miro Karpis wrote: > > Hi Niklas, > > I think that I'm doing this in my try2 function with tryAny and catchAny > > functions. Unfortunately that didn't work. I'm just st

Re: [Haskell-cafe] FFI: how to handle external dll crashes

2013-09-23 Thread Miro Karpis
; I guess a somewhat reliable way is to fork an OS process, and run your > crashy DLL in that; if it dies, the OS will keep care of cleaning up > the low level garbage. > > On Mon 23 Sep 2013 17:37:49 SGT, Miro Karpis wrote: > > Please, can you help me with following: I have an ext

[Haskell-cafe] FFI: how to handle external dll crashes

2013-09-23 Thread Miro Karpis
Please, can you help me with following: I have an external dll that I'm importing in my haskell program. In some particular cases the dll crashes. Simplified: first I need to send to dll with MethodA some parameters and then call MethodB to do some calculations on those parameters. If I didn't giv

Re: [Haskell-cafe] AI - machine learning

2012-05-18 Thread Miro
seems that it would need to be done by me/us? :-) ) Let me know if this sounds interesting for you. Cheers, Miro On 18.05.2012 13:21, C Gosch wrote: Hi all, I have implemented max-sum/sum-product in c++ before and a while ago, did the same in Haskell. I don't think my implementation

[Haskell-cafe] AI - machine learning

2012-05-14 Thread miro
Hi All, recently I started to take a look at haskell, especially at AI. I can see some email addresses of interested people there but not so much of other activity behind. Does it exist some mailing group especially for AI? Basically I'm interested in trying some machine learning algorithms.