Comment by gmfawcett 6 years ago What was the acronym for "accessibility" again? 15 comments gmfawcett Reply jodrellblank 6 years ago PS C:\> 'accessibility' -replace '(?<=^.)(.+)(?=.$)', {$_.Length} a11y (PowerShell 7) OJFord 6 years ago That's not an acronym, GP's point is that a single word acronym contains even less information than this (apparently called a 'numeronym'). gmfawcett 6 years ago I'm resisting the urge to rewrite it in APL. :) Nicely done. lelf 6 years ago No need to resist (⊃,(⍕2-⍨≢),⊃∘⌽)'accessibility' 8 replies → gmfawcett 6 years ago Why can I not resist these urges? Here it is in J, which is basically APL but in ASCII: ({.,(":@(_2+$)),{:) 'accessibility' --> a11y phinnaeus 6 years ago Did you reply to the wrong person?This is a cool one-liner though!
jodrellblank 6 years ago PS C:\> 'accessibility' -replace '(?<=^.)(.+)(?=.$)', {$_.Length} a11y (PowerShell 7) OJFord 6 years ago That's not an acronym, GP's point is that a single word acronym contains even less information than this (apparently called a 'numeronym'). gmfawcett 6 years ago I'm resisting the urge to rewrite it in APL. :) Nicely done. lelf 6 years ago No need to resist (⊃,(⍕2-⍨≢),⊃∘⌽)'accessibility' 8 replies → gmfawcett 6 years ago Why can I not resist these urges? Here it is in J, which is basically APL but in ASCII: ({.,(":@(_2+$)),{:) 'accessibility' --> a11y phinnaeus 6 years ago Did you reply to the wrong person?This is a cool one-liner though!
OJFord 6 years ago That's not an acronym, GP's point is that a single word acronym contains even less information than this (apparently called a 'numeronym').
gmfawcett 6 years ago I'm resisting the urge to rewrite it in APL. :) Nicely done. lelf 6 years ago No need to resist (⊃,(⍕2-⍨≢),⊃∘⌽)'accessibility' 8 replies → gmfawcett 6 years ago Why can I not resist these urges? Here it is in J, which is basically APL but in ASCII: ({.,(":@(_2+$)),{:) 'accessibility' --> a11y
gmfawcett 6 years ago Why can I not resist these urges? Here it is in J, which is basically APL but in ASCII: ({.,(":@(_2+$)),{:) 'accessibility' --> a11y
(PowerShell 7)
That's not an acronym, GP's point is that a single word acronym contains even less information than this (apparently called a 'numeronym').
I'm resisting the urge to rewrite it in APL. :) Nicely done.
No need to resist
8 replies →
Why can I not resist these urges? Here it is in J, which is basically APL but in ASCII:
Did you reply to the wrong person?
This is a cool one-liner though!