Changes between Version 59 and Version 60 of WikiStart


Ignore:
Timestamp:
Jan 27, 2014, 8:57:06 AM (10 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v59 v60  
    2828
    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.
    30  * 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.
     30 * The user facing API for series expressions is embryonic and does not interface with the rest of Repa.
    3131 * Example Haskell source code is available [https://github.com/benl23x5/repa/tree/master/repa-plugin/test here]
    3232 * Example Disciple Core Flow code at various stages of the transform is available [https://github.com/DDCSF/ddc/tree/master/test/ddc-main/60-CoreFlow/ here]