Skip to content

chisui/dakka

 
 

Repository files navigation

Build Status Dakka: thesis Dakka: presentation

Dakka

A dependently typed actor framework for haskell.

Build

nix build

Build thesis

nix build -f thesis

To include the current date and hashes for the current HEAD of master run:

nix build -f thesis \
  --arg date "$(date +\"%Y-%m-%d\")" \
  --argstr commit "$(curl https://api.github.com/repos/chisui/dakka/git/refs/heads/master)" \
  --argstr sha256 "$(nix-prefetch-url --unpack https://github.com/chisui/dakka/archive/master.tar.gz)"

Check out a build pdf version of the current master version here.

Build presentation

nix build -f presentation

Checkout a build version of the current master version here.

About

A dependently typed actor framework for haskell.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Haskell 71.8%
  • TeX 24.0%
  • Nix 4.2%