Re: Scientific uses of Haskell?

1999-11-30 Thread Jerzy Karczmarczuk
Rob MacAulay a propos of the visual/dataflow programming: Visual programming sounds nice, but in practice it is of limited use. If you have a smallish number of modules to link together, you could do this as easily by hand-coding. If you have a larger number of modules, you probably ought

Re: Scientific uses of Haskell?

1999-11-30 Thread Jan Skibinski
I spoke about the dataflow-style languages, the "circuit builders": Simulink, Scilab/SciCos, WiT, Khoros, IBM Data Explorer (Now Open Source) a diagrammatic layer in MathCad, LabView, etc., (+ the defunct Java Studio). And, of course, the notorious Visio used by some Haskell gurus

Re: Scientific uses of Haskell?

1999-11-26 Thread Marc van Dongen
: From: "Rob MacAulay" [EMAIL PROTECTED] : I have long been interested in Computer Algebra systems, and I : admit that one of the things that attracted me to Haskell were the : tantalizing hints that it would be ideal for mathematical : programming. [snip] : Would it also be true to say

Scientific uses of Haskell?

1999-11-26 Thread Jerzy Karczmarczuk
Eduardo Costa: With a little make up, things like Zermello-Frankel notation would give a good replacement for SQL. A good computer algebra library (like the one that prof. R. Malaquias is creating) would make Haskell a good scripting language to replace things like Mathlab, Maple, etc. I

RE: Scientific uses of Haskell?

1999-11-26 Thread Andreas C. Doering
Hi, having worked with some CA systems I want to add that not only the collection of algorithms is important but also the data base of algebraic objects. For instance the group theoretic package Magma (formerly Caley) comes with as much information on finite groups as the the libraries of

Re: Scientific uses of Haskell?

1999-11-26 Thread D. Tweed
On Fri, 26 Nov 1999, Jerzy Karczmarczuk wrote: Do you know what makes Maple so attractive for newbies, for teachers, etc? One of the reasons is simply scandalous, awful, unbelievably silly : the lack of distinction between a symbolic indeterminate, and the program variable. You write ...

Re: Scientific uses of Haskell?

1999-11-26 Thread Rob MacAulay
Date sent: Fri, 26 Nov 1999 13:06:08 + From: Jerzy Karczmarczuk [EMAIL PROTECTED] Organization: University of Caen, France Copies to: [EMAIL PROTECTED] Subject:Scientific uses of Haskell? I have long been interested