APL Wiki logo: Difference between revisions

Jump to navigation Jump to search
31 bytes added ,  10:32, 5 November 2019
no edit summary
Miraheze>Marshall
(Links and some editing)
Miraheze>Adám Brudzewsky
No edit summary
Line 1: Line 1:
[[File:APL Wiki Touch Square.png|thumb|right|APL Wiki logo]]
[[File:APL Wiki Touch Square.png|thumb|right|APL Wiki logo]]


The APL Wiki logo can be seen as the following [[numeric]] [[matrix]], where each number indicates the circle size. This page will explain, step-by-step, an expression<ref>[https://codegolf.stackexchange.com/users/78410/bubbler "Bubbler"], message [https://chat.stackexchange.com/transcript/message/52389201#52389201 "52389201"] in ''The Nineteenth Byte'' chat room. Stack Exchange network, 2019-10-31 23:57</ref> for this matrix — an expression which demonstrates quite a few APL features:
The APL Wiki logo consists of the following [[numeric]] [[matrix]], where each number indicates a circle radius:
<source lang=apl>
<source lang=apl>
       ⎕IO←0
       ⎕IO←0
Line 11: Line 11:
1 2 3 2 1
1 2 3 2 1
</source>
</source>
This page explains, step-by-step, how we generate our SVG logo, using the above expression<ref>[https://codegolf.stackexchange.com/users/78410/bubbler "Bubbler"], message [https://chat.stackexchange.com/transcript/message/52389201#52389201 "52389201"] in ''The Nineteenth Byte'' chat room. Stack Exchange network, 2019-10-31 23:57</ref> — an expression which happens to demonstrates quite a few APL features.


We will follow APL's evaluation from [[Evaluation order|right to left]].
We will follow APL's evaluation from [[Evaluation order|right to left]].

Navigation menu