[Haskell-cafe] Re: [Haskell-beginners] Re: Accounting Engine in Haskell

2010-06-17 Thread Patrick LeBoutillier
Hi,

 Keep in mind that you have to invest some time in learning Haskell
 before you can reap the benefits. For an example of the latter, see also

  Paul Hudak, Mark P. Jones.
  Haskell vs. Ada vs. C++ vs. Awk vs. ...,
    An Experiment in Software Prototyping Productivity
  http://haskell.org/papers/NSWC/jfp.ps

This paper was very interesting to me. Does anyone know if the full source code
for the Haskell prototype is available somewhere?

Patrick

-- 
=
Patrick LeBoutillier
Rosemère, Québec, Canada
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Re: [Haskell-beginners] Re: Accounting Engine in Haskell

2010-06-17 Thread Stephen Tetley
On 17 June 2010 16:12, Patrick LeBoutillier
patrick.leboutill...@gmail.com wrote:

 This paper was very interesting to me. Does anyone know if the full source 
 code
 for the Haskell prototype is available somewhere?

Chapter 8 of Paul Hudak's School of Expression contains a version of
the region algebra, there's also an ML version by Samuel Kamin where
the region combinators generate C++ code:

Samuel Kamin - Standard ML as a Meta-Programming Language:

http://loome.cs.uiuc.edu/pubs.html
http://loome.cs.uiuc.edu/pubs/ml-meta.pdf
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe