Return-Path: Received: from kejal-9101.pc by xiron with uucp (Linux Smail3.1.28.1 #14) id m0olZKI-0000osC; Sat, 9 Oct 93 10:06 EET Received: from kruuna.helsinki.fi by xiron with smtp (Linux Smail3.1.28.1 #14) id m0olZ1I-0000osC; Sat, 9 Oct 93 09:47 EET Received: from charon2-gw.pc.Helsinki.FI by kruuna.helsinki.fi with SMTP id AA25101 (5.65c8/IDA-1.4.4 for ); Sat, 9 Oct 1993 09:45:53 +0200 Received: From HYLKN1/WORKQUEUE2 by charon2-gw.pc.Helsinki.FI via Charon 3.4 with IPX id 100.931009094412.576; 09 Oct 93 09:45:49 +0200 Message-Id: Received: From FINHUTC.hut.fi by charon2-gw.pc.Helsinki.FI via Charon 3.4 with SMTP id 102.931009094354.288; 09 Oct 93 09:44:27 +-02-01 Received: from FINHUTC.HUT.FI by FINHUTC.hut.fi (IBM VM SMTP R1.2.2MX) with BSMTP id 6951; Sat, 09 Oct 93 09:44:53 EET Received: from SEARN.SUNET.SE (NJE origin MAILER@SEARN) by FINHUTC.HUT.FI (LMail V1.1d/1.7f) with BSMTP id 6949; Sat, 9 Oct 1993 09:44:49 +0200 Received: from SEARN.SUNET.SE (NJE origin LISTSERV@SEARN) by SEARN.SUNET.SE (LMail V1.2a/1.8a) with BSMTP id 0579; Sat, 9 Oct 1993 08:44:13 +0100 Date: Sat, 9 Oct 1993 03:42:35 -0400 Reply-To: Jon Wolfe Sender: vilva From: Jon Wolfe Subject: Re: >6 place brivla, fat gismu, deleting ... X-To: lojban@cuvmb.cc.columbia.edu To: Veijo Vilva Content-Length: 1894 Lines: 36 Please excuse my butting in here. I'm not familiar with predicate logic and am only recently exposed to lojban. Most of the posts are a bit too technical for me. But I do have a perspective on the question of the arguments to a gismu, brivla or whatever. I program computers and there is some similarity here. Over several years I have come to the conclusion that the fewer arguments to a function the better. There are some common four argument "C" functions I look up almost every time I use them because I forget the order. The ordering of arguments in a function is one type of what is technically know as "binding". There are several types of binding and it is impossible to program without it. But it is best to minimize it. Object oriented languages (C++ is perhaps a poor example, but it is what I know), makes avoiding binding a little easier. Instead of saying: print(message, row, column, output_device, typeface, vertically, red_on_blue, xor_pen, .... (I know I'm exagerating) and then having to either create a new function when another argument is needed or else to change all references to the function, I can create an object with default settings and only give those arguments i want to change. object.set_position(row,column) object.print(message) For another type of object I may use the same function names but pass them slightly different kinds of arguments. (Ex. row/column could be 1 unit per character for one object and a pixel address for another.) The advantage of this is that I have fewer names to remember. The danger of course is that I will forget that the arguments are different. I'm not sure how, if at all, this relates to lojban. In many ways, these object oriented functions act like prepositions (which as I understand it, we don't have). But perhaps someone can find something useful here.