haskell to FPGA, seems relevant..

http://begriffs.com/posts/2015-06-28-ha ... dware.html
https://github.com/conal/talk-2015-haskell-to-hardware
this touches on ideas that seem to hit the nail on the head ?
it talks about compiling Haskell to FPGA or other extremely parallel hardware (he mentions some experimental hardware that that can switch what function it implements. Sounds to me exactly like the mindset needed for parallella, i.e. the ability to break a large program into data flow through small , switchable components.)
I wonder if there's an intermediate there between Haskell and HDL that could actually be compiled to Parallella code..
i'm not personally a haskeller, but I appreciate why its got so much attention.
https://github.com/conal/talk-2015-haskell-to-hardware
this touches on ideas that seem to hit the nail on the head ?
it talks about compiling Haskell to FPGA or other extremely parallel hardware (he mentions some experimental hardware that that can switch what function it implements. Sounds to me exactly like the mindset needed for parallella, i.e. the ability to break a large program into data flow through small , switchable components.)
I wonder if there's an intermediate there between Haskell and HDL that could actually be compiled to Parallella code..
i'm not personally a haskeller, but I appreciate why its got so much attention.