Tacit programming: Difference between revisions

Jump to navigation Jump to search
18 bytes removed ,  08:21, 6 May 2020
m
→‎The Number of the Beast: Use Wikipedia-specific rather than external link
(added cute example of monadic 4-train parsing and evaluation)
m (→‎The Number of the Beast: Use Wikipedia-specific rather than external link)
Line 121: Line 121:


===The Number of the Beast===
===The Number of the Beast===
The following expression for computing the [https://en.wikipedia.org/wiki/666_(number) Number of the Beast] nicely illustrates how to read a train.
The following expression for computing the [[wikipedia:666 (number)|Number of the Beast]] nicely illustrates how to read a train.
<source lang=apl>
<source lang=apl>
       ((+.×⍨⊢~∘.×⍨)1↓⍳)17 ⍝ Accursed train
       ((+.×⍨⊢~∘.×⍨)1↓⍳)17 ⍝ Accursed train

Navigation menu