[Haskell-cafe] Use of STM in business?

Erik Hesselink hesselink at gmail.com
Mon Feb 9 11:51:01 UTC 2015


We use STM for various things, one of which is our in memory graph
database. It's not open source, but it's a core part of our business.
We also use it in other places for small bits of shared state, both in
public facing (web) applications and development tools. Let me know if
you want any further details.

Erik

On Mon, Feb 9, 2015 at 12:19 PM, Tom Ellis
<tom-lists-haskell-cafe-2013 at jaguarpaw.co.uk> wrote:
> From associate of mine: "I am quite curious if anyone actually uses Haskell
> (esp STM) successfully in business."
>
> Of course I can anwser the general question about usage of Haskell in
> business, but I don't know much about STM specifically.  Can anyone provide
> me with any references to where STM has been used in production in a
> business setting?
>
> Thanks,
>
> Tom
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe


More information about the Haskell-Cafe mailing list