Hacker News new | ask | show | jobs
by dons 5158 days ago
You might argue that Erlang has influenced Haskell. (E.g. Erlang -> Haskell exists).

In two respects:

* the view patterns syntax was built to enable bit level parsing, inspired by the Erlang support (I wrote the binary library to emulate Erlang support for IP header parsing).

More recently,

* Cloud Haskell

http://hackage.haskell.org/trac/ghc/wiki/ErlangInHaskell

1 comments

There's also an example of Erlang-style actors in Haskell in this video: http://yow.eventer.com/events/1004/talks/1055