mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add APL to recognized languages
This commit is contained in:
@@ -45,6 +45,12 @@ ANTLR:
|
|||||||
extensions:
|
extensions:
|
||||||
- .g4
|
- .g4
|
||||||
|
|
||||||
|
APL:
|
||||||
|
type: programming
|
||||||
|
color: "#8a0707"
|
||||||
|
extensions:
|
||||||
|
- .apl
|
||||||
|
|
||||||
ASP:
|
ASP:
|
||||||
type: programming
|
type: programming
|
||||||
color: "#6a40fd"
|
color: "#6a40fd"
|
||||||
|
|||||||
18
samples/APL/DeepakChopra.apl
Normal file
18
samples/APL/DeepakChopra.apl
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
⍝ 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 ⍬
|
||||||
Reference in New Issue
Block a user