Differences between revisions 3 and 4
Revision 3 as of 2009-01-04 10:33:22
Size: 416
Editor: KaiJaeger
Comment:
Revision 4 as of 2009-01-04 10:54:44
Size: 1093
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This site displays the atomic vector taken from Dyalog APL in two ways:
<<BR>>
<<BR>>
= Atomic Vector =

== Introduction ==

This site displays the atomic vector taken from Dyalog APL in two ways: <<BR>> <<BR>>
Line 10: Line 13:

== The []AV as Unicode Text ==

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

== The Dyalog Screenshot ==

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

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

The Dyalog Screenshot

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