Haskus manuals¶
haskus-system¶
haskus-system is a framework written in Haskell that can be used for system
programming. Fundamentally it is an experiment into providing an integrated
interface leveraging Haskell features (type-safety, STM, etc.) for the whole
system: input, display, sound, network, etc.
System - Volume 1: building guide
In volume 2, we describe the high-level interfaces provided by the
haskus-system to control and use the computer.
System - Volume 2: programming guide
In volume 3, we describe the internals of haskus-system.
System - Volume 3: internals