Changes between Version 52 and Version 53 of WikiStart


Ignore:
Timestamp:
Jul 26, 2013, 10:17:18 AM (11 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v52 v53  
    2525|| [http://hackage.haskell.org/package/repa-plugin repa-plugin] || GHC Plugin. ||
    2626|| [http://hackage.haskell.org/package/repa-series repa-series] || User facing API for series expressions. ||
    27 || [http://hackage.haskell.org/package/ddc-core-flow ddc-core-flow] || Flow Fusion transform implemented on DDC Core ||
     27|| [http://hackage.haskell.org/package/ddc-core-flow ddc-core-flow] || Flow Fusion transform implemented on [http://disciple.ouroborus.net/ DDC] Core ||
    2828
    29  * The repa-plugin converts GHC Core to a fragment of 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.
     29 * 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.
    3131 * Example Haskell source code is available here: [http://code.ouroborus.net/repa/repa-head/repa-plugin/test/]