Hey guys, On Wed, 12 Nov 2014 09:43:36 +0100 Norman Feske <[email protected]> wrote:
> > My next question is how difficult it is to write Genode > > applications in Haskell. Is there an environment which can run > > Haskell applications, something similar to the Haskell Lightweight > > Virtual Machine for Xen? [2] > > Even though the idea to run raw Haskell programs directly on Genode is > intriguing (it is even mentioned in our "Challenges" page [1]), we > have not pursued any development. If you decide to move into this > direction, I'd be glad to support you. > > [1] http://genode.org/about/challenges I just want to let you know, that I really like the idea of running Haskell applications on Genode. I assume this boils done to porting the RTS. Moreover, I'd prefer an integrated approach that also allows accessing RPC interfaces from within Haskell applications. I don't have much experience with Haskell (yet) but the Foreign Function Interface (FFI) [1] looks quite promising for this purpose. There is also an FFI generator for C++ [2]. Let me know if you are going to pursue this challenge. [1] https://www.haskell.org/haskellwiki/FFI_Introduction [2] https://github.com/wavewave/fficxx Cheers Johannes ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk _______________________________________________ genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
