Re: [NTLK] Get with the program (or at least the programming language)

From: zbir_at_urbanape.com
Date: Sat Jun 30 2001 - 03:41:42 PDT


> >What Paul meant when he cited an error was: perhaps on a Newton group you
> >might garner more favor if you did it as follows:
> >
> >me := { name: "Zachery Bir", email: "zbir_at_urbanape.com",
> > voice: "(804) 353-3742", url: "http://www.urbanape.com/"} ;

Well, I *blush shame blush* don't actually _own_ a Newton ( yet, trying
to convince the SO of the obvious and overwhelming _need_ for a 2100 -
unsuccessfully at present [ anyone wanna buy a SPARCstation 10 to help me
fund it? ] ). But I _do_ program in Python nearly every day... I suppose
conclusions can be drawn...

> Actually, personally I prefer:
>
> >local me := {
> > name: "Zachery Bir",
> > email: SetClass('|string.email|, "zbir_at_urbanape.com"),
> > voice: SetClass('homePhone, "(804) 353-3742"),
> > url: "http://www.urbanape.com/",
> >};

me = { 'name' : 'Zachery Bir', 'email' : 'zbir_at_urbanape.com',
       'voice' : '(804) 353-3742', 'url' : 'http://www.urbanape.com/' }

--
This is the Newtontalk mailinglist - http://www.newtontalk.net
To unsubscribe or manage: visit the above link or
	mailto:newtontalk-request_at_newtontalk.net?Subject=unsubscribe


This archive was generated by hypermail 2.1.5 : Sat Mar 08 2003 - 11:37:04 PST