Changes between Version 53 and Version 54 of WikiStart
- Timestamp:
- Nov 29, 2013, 6:23:44 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v53 v54 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 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 * Example Haskell source code is available here: [http ://code.ouroborus.net/repa/repa-head/repa-plugin/test/]32 * Example Disciple Core Flow code at various stages of the transform is available here: [http://code.ouroborus.net/ddc/ddc- stable/test/ddc-main/60-Flow/]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/] 33 33 34 34 35 == From the source repo ==36 The darcs source repos are at [http://code.ouroborus.net/repa/]35 == The source repo == 36 The source repos are on github at [https://github.com/benl23x5/repa] 37 37 38 38 == Frequently Asked Questions (FAQ) ==