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

2010-06-15 Thread Lyndon Maydwell
I don't think I can be of much help with regards to the questions, but would you be able to post a link to the SPJ lecture? Thanks :-) On Tue, Jun 15, 2010 at 4:08 PM, Amiruddin Nagri amir.na...@gmail.com wrote: My current project is about making an accounting engine that handles all the

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

2010-06-15 Thread Amiruddin Nagri
It should be somewhere here - http://www.haskell.org/haskellwiki/Video_presentations -Amir On Tue, Jun 15, 2010 at 1:42 PM, Lyndon Maydwell maydw...@gmail.com wrote: I don't think I can be of much help with regards to the questions, but would you be able to post a link to the SPJ lecture?

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

2010-06-15 Thread Yitzchak Gale
Hi Amir, Amiruddin Nagri wrote: My current project is about making an accounting engine... Take a look at the related but different project hledger. http://hackage.haskell.org/package/hledger http://hackage.haskell.org/package/hledger-lib consistency, handling large data(performance) and

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

2010-06-15 Thread Max Cantor
I think Haskell would be an excellent choice. Several reasons come to mind: Given the arbitrary complexity of such projects, an EDSL describing book entries etc would be a very good fit for the project. As people have said once or twice, Haskell is a great fit for EDSLs If you want to get