Changes between Version 59 and Version 60 of WikiStart
- Timestamp:
- Jan 27, 2014, 8:57:06 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v59 v60 28 28 29 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 * 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. 31 31 * Example Haskell source code is available [https://github.com/benl23x5/repa/tree/master/repa-plugin/test here] 32 32 * 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]