Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: OO versus RDB

Re: OO versus RDB

From: Daniel Parker <danielaparker_at_gmail.com>
Date: 6 Jul 2006 04:43:31 -0700
Message-ID: <1152186211.639700.279770@j8g2000cwa.googlegroups.com>

H. S. Lahman wrote:
> Similarly, functional programming represents the best
> approach I know of to algorithmic processing when requirements are
> nonvolatile.

I doubt if you can justify that statement. The classical matrix and integration algorithms, for example, are written in languages like FORTRAN, ALGOL, C and C++, and would be extremely difficult to port to functional languages, relying as they do on a sequence of mutations to data structures. If you do a search for work on functional languages and numerical algorithms, you won't find much, apart from experimental work.

Regards,
Daniel Parker Received on Thu Jul 06 2006 - 06:43:31 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US