and I overlooked the obvious, using the ! buffer for IEnumerable.. its a winner.
Now, lambdas.. that might be a challenge.. they're already ugly enough. B Sent from my iPad On 1 Nov 2012, at 22:25, Wjhonson <[email protected]> wrote: > Where's my pitchfork? > > > > > > > > > -----Original Message----- > From: Brian Leach <[email protected]> > To: U2 Users List <[email protected]> > Cc: U2 Users List <[email protected]> > Sent: Thu, Nov 1, 2012 3:22 pm > Subject: Re: [U2] Another job ad written by people who have no clue > > > hmm and there was I thinking it was tiime for RPL.NET. > > All it would need is a tortuously non obvious syntax for property and method > setting and class instantiation and it would be job done.. > > just need another buffer type for handles.. > > C instantiate my form and return handle > IS ^1 MyForm ELSE \XNothing doing\END > C set title property to hello > MV ^1.Title hello > C get value of client width indirectly > MV %2 ClientWidth > MV %3 ^1.%2 > C double it > F;%3;%3;+;?^1.%2 > Cshow it > MX ^1.Show > > > Couldn't be more legible. > > Brian > Sent from my iPad > > On 1 Nov 2012, at 19:32, [email protected] wrote: > >> I did a lot of RPL coding in the 80s. I remember when I left that job >> telling them that I would rather slide down a razor blade into a vat of >> alcohol than write one more line of RPL code. But that's just my opinion. >> >> Charles Shaffer >> Senior Analyst >> NTN-Bower Corporation >> _______________________________________________ >> U2-Users mailing list >> [email protected] >> http://listserver.u2ug.org/mailman/listinfo/u2-users > _______________________________________________ > U2-Users mailing list > [email protected] > http://listserver.u2ug.org/mailman/listinfo/u2-users > > > _______________________________________________ > U2-Users mailing list > [email protected] > http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
