Rowan: Difference between revisions

Jump to navigation Jump to search
4 bytes removed ,  09:03, 6 May 2022
m
Grammatical error
m (Grammatical error)
Line 18: Line 18:
| influenced by = [[Dyalog APL]], [[J]]
| influenced by = [[Dyalog APL]], [[J]]
}}
}}
'''Rowan''' is the a very APL-like language built on the same engine as [[Wikipedia:R (programming language)|R]], from which it inherits its array capabilities, connection to [[.NET]], error-handling and [[namespace]] architecture. The following examples shows its similarity to APL when using [[dfn]]s:
'''Rowan''' is a very APL-like language built on the same engine as [[Wikipedia:R (programming language)|R]], from which it inherits its array capabilities, connection to [[.NET]], error-handling and [[namespace]] architecture. The following examples shows its similarity to APL when using [[dfn]]s:
<source lang=apl>
<source lang=apl>
   avg←{(+/⍵)÷⍴⍵}
   avg←{(+/⍵)÷⍴⍵}
trusted
46

edits

Navigation menu