[Haskell-cafe] location of IEEE Viz code ?

briand at aracnet.com briand at aracnet.com
Mon Jun 13 06:06:38 CEST 2011


On Sun, 12 Jun 2011 21:25:22 +0100
Malcolm Wallace <malcolm.wallace at me.com> wrote:

> > http://hackage.haskell.org/trac/PolyFunViz/wiki/IEEEVisCode
> > 
> > talks about the code being available through darcs but I can't seem to put my hands on the http address I would need to pull the code.
> > 
> > This is all relating to the paper, "Huge Data but Small Programs: Visualization Design via Multiple Embedded DSLs".
> 
> http://www.cs.york.ac.uk/fp/darcs/polyfunviz/
> 
> I can't recall the exact state of the repository; it is likely that some of it may no longer build with newer versions of ghc and/or OpenGL.
> 

Hi Malcolm,

Very minor changes:

darcs diff ByteStringExtras.hs
8c8,9
< import Data.ByteString.Base
---
> import Data.ByteString.Unsafe
> import Data.ByteString

To make MViewer work :-)

Brian



More information about the Haskell-Cafe mailing list