From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,24ac4e1c8cbfe3c X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: histrionics Date: 1999/09/11 Message-ID: <7rcckp$b12$1@nnrp1.deja.com>#1/1 X-Deja-AN: 523595318 References: <37D670CE.855F96BD@interact.net.au> <37D678E4.9867000B@interact.net.au> <37d74de9@eeyore.callnetuk.com> <7r8c60$b2q$1@nnrp1.deja.com> <7r9rkj$g75$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x43.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Sat Sep 11 01:52:29 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-09-11T00:00:00+00:00 List-Id: In article , "Vladimir Olensky" wrote: > Another thing is that it may be difficult for many people to grasp > the idea of backtracking and recursion and be able to understand > program execution that uses them. No, in Prolog, the difficulty is not understanding the backtracking, that's the easy part, or it would be easy if it were pure, but the cut operator is like falling off a semantic cliff, and the frequent need to use cut is a severe disappointment. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.