a modest proposal Re: s/./~/g

2001-04-25 Thread Fred Heutte
It seems to me that ~ relates to forces (operators, functions and methods) more than to atoms (scalars), so to speak. It's the curve of binding Perl at work here. So why not leave . alone and have ~ substitute for - $mydsn-Sql($mysqlstmt . $moresql) ; $mydsn~Sql($mysqlstmt . $moresql) ;

Re: a modest proposal Re: s/./~/g

2001-04-26 Thread Fred Heutte
Bart Lateur's response summarizes well what I've heard so far from responses both to the list and privately: (1) Yes, ~ *is* somewhat used in its current role as the bitwise negation (complement) operator. (2) No, that doesn't appear to overlap my proposal for its use as a successor

Re: YAYAYA string concat proposal

2001-04-26 Thread Fred Heutte
I have a different suggestion: replace - with ~ ~ is already Perlish for glues to something related. That's a different construct than concatenates. Fred

Re: a modest proposal Re: s/./~/g

2001-04-30 Thread Fred Heutte
I just want to say it seems appropriate that this discussion of how Perl can look like Morse Code is happening in the thread I first started, since I was active in ham radio from 1970-95 (mostly CW, or Morse Code to you non-hams). And consider it a blessing that Perl can look like Morse Code,

Re: Apoc2 - STDIN concerns

2001-05-07 Thread Fred Heutte
Simon Cozens writes: However, we are not designing Perl 5. This gets to a theme that is turning into more and more of an irritant in following (and very occasionally participating) in the ongoing discussion here. There seems to be a sense among some participants that certain issues are Off

Re: Apoc2 - STDIN concerns

2001-05-07 Thread Fred Heutte
Simon Cozens makes a good point in response to my slightly overamped oration on the qualities of dissent. I am seeing most of the current discussion on this list as being brainstorming on details, not painting the vast new blue skies, and that is as it should be. Acknowledging that making

Re: s/./~/g

2001-04-26 Thread Fred Heutte
A vote against the proposed switches, for an unbearably lazy (ok, selfish) reason. Having to use the shift key with any non-alphanumeric keypress always feels like a lot of extra work. This is why I have long avoided underscores in variable names. (This is the same reason I avoid = which not