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: Declarative constraints in practical terms

Re: Declarative constraints in practical terms

From: <ralphbecket_at_gmail.com>
Date: 1 Mar 2006 18:53:23 -0800
Message-ID: <1141268003.661748.307710@u72g2000cwu.googlegroups.com>

vc wrote:
> Prolog is certainly not a 'pure' declarative language. However, you
> have it backwards -- it's a logic programming language with a lot of
> non-logical and imperative features (cut, IO, assert/retract, etc).
> When you excise the non-pure part, you'll be left with a subset of FOL
> (Horn clauses) and the SLD resolution.

Yes, and C is a pure functional programming language, once you remove destructive update and IO and explicit memory management :-)

Received on Wed Mar 01 2006 - 20:53:23 CST

Original text of this message

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