Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2009-01-04 10:57:32
Size: 1128
Editor: KaiJaeger
Comment:
Revision 7 as of 2009-01-04 11:04:20
Size: 1208
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
Well, almost. All non-printable characters are replaced by a blank.
Line 20: Line 22:
 pqrstuvwxyz¯.⍬
 0123456789¤¥$£¢
 pqrstuvwxyz ¯.⍬
 0123456789 ¤¥$£¢
Line 23: Line 25:
 PQRSTUVWXYZý·  PQRSTUVWXYZ  ý
Line 31: Line 33:
 ⍪≡≢óôöø"#
&’┘┐┌└
 ⍪≡≢óôöø"# &’┘┐┌└
Line 34: Line 35:
 :⍷¿¡⋄←→⍝)] §⎕⍞⍣  :⍷¿¡⋄←→⍝)]  §⎕⍞⍣

Atomic Vector

Introduction

This site displays the atomic vector taken from Dyalog APL in two ways:

  • As ordinary text
  • As a screenshot taken from a Dyalog session manager

If the two differ you might have a problem with the font.

We did our best to ensure proper settings for displaying APL characters, but with exotic Browsers or excotic operating systems or non-Unicode APL fonts you might get surprising results.

The []AV as Unicode Text

Well, almost. All non-printable characters are replaced by a blank.

⎕←' ',16 16⍴¯256↑10↓⎕av
           ⌶ɫ%'⍺⍵
 _abcdefghijklmno
 pqrstuvwxyz  ¯.⍬
 0123456789 ¤¥$£¢
 ∆ABCDEFGHIJKLMNO
 PQRSTUVWXYZ  ý
 ⍙ÁÂÃÇÈÊËÌÍÎÏÐÒÓÔ
 ÕÙÚÛÝþãìðòõ{€}⊣⌷
 ¨ÀÄÅÆ⍨ÉÑÖØÜßàáâä
 åæçèéêëíîïñ[/⌿\⍀
 <≤=≥>≠∨∧-+÷×?∊⍴~
 ↑↓⍳○*⌈⌊∇∘(⊂⊃∩∪⊥⊤
 |;,⍱⍲⍒⍋⍉⌽⊖⍟⌹!⍕⍎⍫
 ⍪≡≢óôöø"# &’┘┐┌└
 ┼─├┤┴┬│@ùúû^ü‘∣¶
 :⍷¿¡⋄←→⍝)]  §⎕⍞⍣

The Dyalog Screenshot

AtomicVector (last edited 2011-08-26 13:22:06 by KaiJaeger)