[Haskell-cafe] Any recommendations on how to interact with the running state of a program?

Anatoly Yakovenko aeyakovenko at gmail.com
Fri May 29 01:21:24 UTC 2015


How would the program get updated values?  via an IORef?  This thing is
running until the user decides the output looks good

Anatoly

On Thu, May 28, 2015 at 12:16 PM Carlos López-Camey <c.lopez at kmels.net>
wrote:

> Cloud Haskell + Event streaming via some Protocol (like json on
> websockets) ?
>
>
>
> 2015-05-25 15:14 GMT-06:00 Anatoly Yakovenko <aeyakovenko at gmail.com>:
>
>> I am playing around with some deep learning algorithms and I need a way
>> to periodically read the intermediate result and change some of the system
>> variables.
>>
>> Any ideas on how to best approach this problem?  I was thinking of
>> something basic, like having the program periodically read and write from
>> some files.
>>
>> Thanks,
>> Anatoly
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> Haskell-Cafe at haskell.org
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150529/f10fc953/attachment.html>


More information about the Haskell-Cafe mailing list