Changes between Version 17 and Version 18 of WikiStart
- Timestamp:
- 07/31/09 09:16:41 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v17 v18 1 1 = The Disciplined Disciple Compiler (DDC) = 2 3 2 This is the developer's wiki for the Disciplined Disciple Compiler. 4 3 5 4 A summary of the project is at [http://www.haskell.org/haskellwiki/DDC]. 5 6 Our end goal is to have a light-weight functional language based on Haskell's syntax but with direct support for strict evaluation and arbitrary destructive update. These two features give the programmer better control over runtime performance than Haskell compilers can offer. Our target applications are the ones that you always find yourself writing C programs for, because existing functional languages are too slow, use too much memory, or don't let you update the data that you need to. 6 7 7 8 == [wiki:Language] == … … 16 17 17 18 == Current Plans == 18 * Our end goal is to have a light-weight functional language based on Haskell's syntax but with direct support for strict evaluation and arbitrary destructive update. These two features give the programmer better control over runtime performance than Haskell compilers can offer. Our target applications are the ones that you always find yourself writing C programs for, because existing functional languages are too slow, use too much memory, or don't let you update the data that you need to.[[br]][[br]] 19 * We're currently working towards the 0.1.3 release, while getting our testing framework and buildbots sorted out.[[br]][[br]] 19 * We're currently working towards the 0.1.3 release, while getting our testing framework and buildbots sorted out. 20 20 * It would be nice to clear the [http://trac.haskell.org/ddc/query?status=new&status=assigned&status=reopened&milestone=0.1.3&order=priority 0.1.3 Buglist] and do a release before the end of 2009.[[br]][[br]] 21 21
