mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
18 lines
623 B
APL
18 lines
623 B
APL
⍝ You can try this at http://tryapl.org/
|
||
⍝ I can not explain how much I suddenly love this crypto-language
|
||
|
||
|
||
|
||
Starts ← 'Experiential truth ' 'The physical world ' 'Non-judgment ' 'Quantum physics '
|
||
Middles ← 'nurtures an ' 'projects onto ' 'imparts reality to ' 'constructs with '
|
||
Qualifiers ← 'abundance of ' 'the barrier of ' 'self-righteous ' 'potential '
|
||
Finishes ← 'marvel.' 'choices.' 'creativity.' 'actions.'
|
||
|
||
rf ← {(?⍴⍵)⊃⍵}
|
||
erf ← {rf ¨ ⍵}
|
||
|
||
deepak ← {erf Starts Middles Qualifiers Finishes}
|
||
|
||
|
||
|
||
deepak ⍬ |