I'm looking for experiences folks may have using functional
programming in biocomputing.
I'd also be very happy about any comments you may have about this.
Do not hesitate, reply today !
(For more info about functional programming, see the FAQ of
the comp.lang.functional newsgroup. Basically, instead of
"total = 0; for (i=1; i<=10; ++i) total += i;" (in imperative
programming) you evaluate the function sum [1..10]
and the compiler takes care of efficient code generation,
and you're usually introducing less bugs, because there are
no side-effects)
(I hope you dont see this twice, yesterday's post didnt get thru)
--
georg
fuellen at Mathematik.Uni-Bielefeld.DEfuellen at MIT.EDU
Dr Stephen R Covey, The 7 Habits of Highly Effective People, Habit #2:
Begin with the End in Mind !
The convex hull of all disclaimers made on usenet last year applies to this mess