Changes between Version 53 and Version 54 of WikiStart


Ignore:
Timestamp:
Nov 29, 2013, 6:23:44 AM (10 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v53 v54  
    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.
    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.
    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/]
    3333
    3434
    35 == From the source repo ==
    36 The darcs source repos are at [http://code.ouroborus.net/repa/]
     35== The source repo ==
     36The source repos are on github at [https://github.com/benl23x5/repa]
    3737
    3838== Frequently Asked Questions (FAQ) ==