Rowan: Difference between revisions

Jump to navigation Jump to search
15 bytes added ,  22:57, 16 November 2019
no edit summary
Miraheze>Adám Brudzewsky
No edit summary
Miraheze>Adám Brudzewsky
No edit summary
Line 19: Line 19:
}}
}}
'''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 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:
<source lang=rowan>
<source lang=apl>
   avg←{(+/⍵)÷⍴⍵}
   avg←{(+/⍵)÷⍴⍵}
   a←3 5 6
   a←3 5 6
Line 29: Line 29:


* ''[http://archive.vector.org.uk/art10009240 Rowan.net: An APL-like Interpreter for .Net]'', [[Vector Journal]] 21:2, April 2005.
* ''[http://archive.vector.org.uk/art10009240 Rowan.net: An APL-like Interpreter for .Net]'', [[Vector Journal]] 21:2, April 2005.
{{APL dialects}}

Navigation menu