Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: UK keyboard answer

by BrowserUk (Patriarch)
on Nov 29, 2005 at 18:03 UTC ( [id://512735]=note: print w/replies, xml ) Need Help??


in reply to UK keyboard answer
in thread The most useless key on my keyboard is:

Alt-gr (the right-hand Alt key) + that key will produce the "broken-bar" symbol '¦'.

'¬' is known in some circles, predominantly the APL crowd as the 'not' symbol. It can also be used as not in REXX if a ¬= 'this' then if memory serves.

As for '`', I've often wished that the back-ticks use of this could be relinguished in favour of qx[] so that it could then be utilised for something else.

Eg. some of the inconsistancies with {} being interpreted as anonymous hashes instead of blocks could be done away with if a hash used backticks. $hash`key`. It would also do away with the need for double delimiters where the key contains spaces and other similar characters: $hash{'another key'} or

$hashref = `key1 => value1, key2 => value2`;

Though it would require both '`' and '=' to be escaped if part of a key.

Perl 6 has gone for %hash<<key>>, which for is okay, but still requires "double delimiters" for non-unicode typing or at least double keystrokes for those set up for unicode compositing.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
Lingua non convalesco, consenesco et abolesco. -- Rule 1 has a caveat! -- Who broke the cabal?
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://512735]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-03-29 06:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found