Changes between Version 52 and Version 53 of WikiStart
- Timestamp:
- Jul 26, 2013, 10:17:18 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v52 v53 25 25 || [http://hackage.haskell.org/package/repa-plugin repa-plugin] || GHC Plugin. || 26 26 || [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 DDCCore ||27 || [http://hackage.haskell.org/package/ddc-core-flow ddc-core-flow] || Flow Fusion transform implemented on [http://disciple.ouroborus.net/ DDC] Core || 28 28 29 * The repa-plugin converts GHC Core to a fragment of DDCcore 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. 30 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. 31 31 * Example Haskell source code is available here: [http://code.ouroborus.net/repa/repa-head/repa-plugin/test/]