Differences between revisions 6 and 14 (spanning 8 versions)
Revision 6 as of 2009-01-04 11:03:53
Size: 1207
Editor: KaiJaeger
Comment:
Revision 14 as of 2011-08-26 13:22:06
Size: 2019
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

<<TableOfContents>>

This collection contains all symbols used in all APLs currently (2009) available. The symbols are sorted by category somehow. Note that neither line 2 nor 3 contain any APL characters. All real APL characters are collected in line 4.

{{{
ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789
%'._¤#&"’¶@‘:?! £€$ ()[]{}
<≤=≥>≠∨∧⊂⊃∩∪/\+-⍺⍵
⌶¯⍬∆⍙⌿⍀⊣⌷¨⍨÷×∊⍴~↑↓⍳○*⌈⌊∇∘⊥⊤|;,⍱⍲⍒⍋⍉⌽⊖⍟⌹⍕⍎⍫⍪≡≢ø^∣⍷⋄←→⍝§⎕⍞⍣
⍇⍈⍐⍗ ┘┐┌└┼─├┤┴┬│
}}}

Because it's a collection of '''all''' APL characters, there is no interpreter where all the symbols are actually in []AV.

== The Dyalog Screenshot ==

{{attachment:APLchars.jpg}}

== Browser Tests ==

By using the web service http://browsershots.org/ we've created a large number of screenshots of this page for all sorts of Browsers and Operating System. Note that browsershot.org understandably does not have any APL Unicode font installed, so the font actually used cannot be predicted and probably won't look nice.

However, the APL characters '''should''' be visible anyway. Were this is not the case, the most likely cause is a faulty font used on that Browser/OS combination.
Line 17: Line 41:

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

== The Dyalog Screenshot ==

{{attachment:AtomicVector.png}}

Atomic Vector

This collection contains all symbols used in all APLs currently (2009) available. The symbols are sorted by category somehow. Note that neither line 2 nor 3 contain any APL characters. All real APL characters are collected in line 4.

ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789
%'._¤#&"’¶@‘:?! £€$ ()[]{}                                      
<≤=≥>≠∨∧⊂⊃∩∪/\+-⍺⍵                                              
⌶¯⍬∆⍙⌿⍀⊣⌷¨⍨÷×∊⍴~↑↓⍳○*⌈⌊∇∘⊥⊤|;,⍱⍲⍒⍋⍉⌽⊖⍟⌹⍕⍎⍫⍪≡≢ø^∣⍷⋄←→⍝§⎕⍞⍣       
⍇⍈⍐⍗ ┘┐┌└┼─├┤┴┬│                                                

Because it's a collection of all APL characters, there is no interpreter where all the symbols are actually in []AV.

The Dyalog Screenshot

APLchars.jpg

Browser Tests

By using the web service http://browsershots.org/ we've created a large number of screenshots of this page for all sorts of Browsers and Operating System. Note that browsershot.org understandably does not have any APL Unicode font installed, so the font actually used cannot be predicted and probably won't look nice.

However, the APL characters should be visible anyway. Were this is not the case, the most likely cause is a faulty font used on that Browser/OS combination.

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.

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