
lhae is a spreadsheet program. It features a simple formula language and some basic statistical methods, like descriptive statistics and pivot tables. Other features: - Import from csv files - Export to image files - Export to gnuplot diagrams (currently bar charts and box plots) - Multilingual (english, german) Here [1] is some documentation about how to build lhae and how to use the formula language. Regards, Alex [1] http://www.imn.htwk-leipzig.de/~abau/lhae/

Seems cool, but I do not really get it : why write it in haskell ? I thought at first that your "formula language" was haskell, but it looks more like a php derivative. Does it do more than the spreadsheet thing in openoffice ? Also, maybe you could do the same with gnuplot, it would be really cool to be able to use a friendlier language for defining functions other than polynomials or the few standard floating point functions. Good luck, Pierre El 03/09/2010, a las 10:10, abau escribió:
lhae is a spreadsheet program. It features a simple formula language and some basic statistical methods, like descriptive statistics and pivot tables.
Other features: - Import from csv files - Export to image files - Export to gnuplot diagrams (currently bar charts and box plots) - Multilingual (english, german)
Here [1] is some documentation about how to build lhae and how to use the formula language.
Regards,
Alex
[1] http://www.imn.htwk-leipzig.de/~abau/lhae/ _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Pierre-Etienne Meunier schrieb:
Seems cool, but I do not really get it : why write it in haskell ? I thought at first that your "formula language" was haskell, but it looks more like a php derivative.
Does it do more than the spreadsheet thing in openoffice ?
Also, maybe you could do the same with gnuplot, it would be really cool to be able to use a friendlier language for defining functions other than polynomials or the few standard floating point functions.
For gnuplot I have already written a wrapper that is called ... 'gnuplot'.

On Fri, Sep 3, 2010 at 6:10 PM, abau
lhae is a spreadsheet program. It features a simple formula language and some basic statistical methods, like descriptive statistics and pivot tables.
Other features: - Import from csv files - Export to image files - Export to gnuplot diagrams (currently bar charts and box plots) - Multilingual (english, german)
Here [1] is some documentation about how to build lhae and how to use the formula language.
I was thinking about writing my own. What I wanted was adding lists and functions (lambdas) as values. -- Victor Nazarov

Cool! Good work IMO.
-Corey O'Connor
coreyoconnor@gmail.com
http://www.coreyoconnor.com
On Fri, Sep 3, 2010 at 7:10 AM, abau
lhae is a spreadsheet program. It features a simple formula language and some basic statistical methods, like descriptive statistics and pivot tables.
Other features: - Import from csv files - Export to image files - Export to gnuplot diagrams (currently bar charts and box plots) - Multilingual (english, german)
Here [1] is some documentation about how to build lhae and how to use the formula language.
Regards,
Alex
[1] http://www.imn.htwk-leipzig.de/~abau/lhae/ _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (6)
-
abau
-
Corey O'Connor
-
Henning Thielemann
-
Pierre-Etienne Meunier
-
Serguey Zefirov
-
Victor Nazarov