Changes between Version 54 and Version 55 of WikiStart


Ignore:
Timestamp:
Nov 29, 2013, 6:34:44 AM (10 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v54 v55  
    2929 * The repa-plugin converts GHC Core to a fragment of [http://disciple.ouroborus.net/ DDC] core named Disciple Core Flow. The plugin performs code transforms on the DDC side, then converts the resulting imperative code back to GHC Core.
    3030 * The user facing API for series expressions is embryonic and does not interface with the rest of Repa. As of 7/2013 we're actively working on this.
    31  * Example Haskell source code is available here: [https://github.com/benl23x5/repa/tree/master/repa-plugin/test]
    32  * Example Disciple Core Flow code at various stages of the transform is available here: [http://code.ouroborus.net/ddc/ddc-head/test/ddc-main/60-CoreFlow/]
     31 * Example Haskell source code is available [https://github.com/benl23x5/repa/tree/master/repa-plugin/test here]
     32 * Example Disciple Core Flow code at various stages of the transform is available [http://code.ouroborus.net/ddc/ddc-head/test/ddc-main/60-CoreFlow/ here]
    3333
    3434
     
    8282 || fft2d-highpass || Laplace || Crystal ||
    8383 || [[Image(WikiStart:lena-high2-thumb.jpg)]] || [[Image(WikiStart:pls-400x400-out-thumb.jpg)]] || [[Image(WikiStart:crystal-thumb.png)]] ||
    84  || [wiki:Examples/Fft2dHighpass more info] || [wiki:Examples/Laplace more info] || [http://code.ouroborus.net/gloss/gloss-stable/gloss-examples/raster/Crystal/Main.hs source] [http://www.youtube.com/watch?v=v_0Yyl19fiI video] ||
     84 || [wiki:Examples/Fft2dHighpass more info] || [wiki:Examples/Laplace more info] || [https://github.com/benl23x5/gloss/blob/master/gloss-examples/raster/Crystal/Main.hs source] [http://www.youtube.com/watch?v=v_0Yyl19fiI video] ||
    8585
    8686== Demo ==