[Haskell-cafe] hOp

sebc at macs.hw.ac.uk sebc at macs.hw.ac.uk
Thu Feb 19 13:16:27 EST 2004


The RTS of GHC is truly an amazing piece of software.  By removing the
system-specific bits, and just adding a few lines of C and assembly
code, we were able to turn it into a standalone micro-kernel that can
be extended in our favorite language.  A screenshot is available here:

http://etudiants.insia.org/~jbobbio/hOp-20040219.png

Everything from the base hierarchical library not under the System
subdirectory is available.  This includes threads and communication
primitives and the foreign interface, which means experimenting with
writing drivers in Haskell should be reasonably easy.

We hope to make a source release soon.

-- 
Sébastien Carlier
Jérémy Bobbio
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://www.haskell.org//pipermail/haskell-cafe/attachments/20040219/3f20f42f/attachment.bin


More information about the Haskell-Cafe mailing list