From nobody@digitalkingdom.org Fri Mar 18 17:06:37 2005 Received: with ECARTIS (v1.0.0; list lojban-list); Fri, 18 Mar 2005 17:06:37 -0800 (PST) Received: from nobody by chain.digitalkingdom.org with local (Exim 4.44) id 1DCSQA-0002yX-6v for lojban-list-real@lojban.org; Fri, 18 Mar 2005 17:06:30 -0800 Received: from web81310.mail.yahoo.com ([206.190.37.85]) by chain.digitalkingdom.org with smtp (Exim 4.44) id 1DCSQ8-0002y0-4Q for lojban-list@lojban.org; Fri, 18 Mar 2005 17:06:30 -0800 Message-ID: <20050319010556.80376.qmail@web81310.mail.yahoo.com> Received: from [65.69.48.37] by web81310.mail.yahoo.com via HTTP; Fri, 18 Mar 2005 17:05:56 PST Date: Fri, 18 Mar 2005 17:05:56 -0800 (PST) From: John E Clifford Subject: [lojban] Re: lojban ills: implicit emphasis To: lojban-list@lojban.org In-Reply-To: 6667 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.4 (--) X-archive-position: 9616 X-ecartis-version: Ecartis v1.0.0 Sender: lojban-list-bounce@lojban.org Errors-to: lojban-list-bounce@lojban.org X-original-sender: clifford-j@sbcglobal.net Precedence: bulk Reply-to: lojban-list@lojban.org X-list: lojban-list Well, I translated Schoenfinkel for my German comp, so I don't work as well with Curry et al. But, as I think about it, none of this really quite works in any case: (C a b c) gives (a(c b)), that is the two "arguments" after a are in fact one argument, the application of c to b, not two separate arguments as the application of a to both c and b or to c and b together. So nothing much works right here, but at least with normalized syntax (which is perfectly legal in Lojban: {tavla fa mi do} (the {fa} is not strictly required but is much clearer than without)) {se} function like C in the ordering, but not in the grouping: {tavla fa mi do} is either {(tavla fa mi) do} or {tavla } (where the <> is another function -- whose standard version I forget -- for creating an ordered pair out of a 2-sequence of functors). Neither of these is something that is easily given in CL (I think) but in there somewhere since computable. I wish I could remember more of what happeened in that old paper (or who wrote it, for that matter) since I remember it as being pretty straightforward on various kinds of tanru and only slightly nonstandard (left associating? -- I can't remember the function for that either). - Ben Goertzel wrote: > > **** > Hoops! C converts into , not , > so {se} is fairly complex too. C is Lojban's > (never used) {setese}. > > **** > > Yes, you're right; I was thinking of the > normalized predicate-logic rather than > syntactic-string representation of Lojban > semantics ;) [although I failed to say so -- > oops] > > E.g., > > mi tavla do > > is equivalent to the predicate logic formula > > (tavla) (mi) (do) > > (using combinatory-logic curried notation) > which is equivalent to > > (C tavla) (do) (mi) > > using the C combinator. > > Using combinators on the syntactic-string > representation of Lojban is a bit screwy > because of the arbitrariness of the placement > of the predicate in the argument list according > to Lojban syntax. > > -- Ben > > >