RE: why sample argument

2000-05-10 Thread Andreas C. Doering
uot;/emotional Andreas --- Andreas C. Doering Medizinische Universitaet zu Luebeck Institut fuer Technische Informatik Tel.: +4

Re: speed of compiled Haskell code.

2000-03-21 Thread Andreas C. Doering
in C. I did not yet try to use parHaskell so we have nice parallel systems here (e.g. cluster with 96 Pentiums). Andreas --- Andreas C. Doering Medizinische Universitaet z

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 algo

Re: OO in Haskell (was Re: What *I* thinks Haskell Needs.)

1999-09-28 Thread Andreas C. Doering
mount of predefined functions to work with types, but I guess most of them are already defined in the compiler/interpreter sources. Andreas --- Andreas C. Doering Medizinische Universitaet z

RE: Again: Referential Equality

1999-07-27 Thread Andreas C. Doering
[EMAIL PROTECTED] I will ask him. I made a BDD-lib already, but it uses an array to store the nodes, and garbage collection is explicitely programmed on this array requiring reallocation, contents copying and so forth, very ugly. Andreas -

Again: Referential Equality

1999-07-27 Thread Andreas C. Doering
It ould be so much nicer with this operation. Andreas --------------- Andreas C. Doering Medizinische Universitaet zu Luebeck Institut fuer Technische Informatik Ratzeburger Allee 160

Run-time vs. Compile-time

1999-05-07 Thread Andreas C. Doering
"Metacode" (like the === rewrite rules) for optimizations if we tell it to do so. Whether it is better to write down the orders or the prohibitions is due to experimentation. Andreas --- Andreas C

Memory efficiency and compile-time I/Os

1999-04-17 Thread Andreas C. Doering
Hi, I am currently playing around whereby the following questions arose: I use currently Hugs (1.4.) 1) My application has a huge amount of memory (from parsing a text representation of an PCB, i.e. CAD data) Since the data is used in a totally different sequence than it is read, I gue