Uiua: Difference between revisions

Jump to navigation Jump to search
361 bytes removed ,  14 April
→‎Function with unique glyph: Cut Cross, since it's been removed
(→‎Primitives: Remove All since it's now experimental and deprecated; experimental indicator no longer needed)
(→‎Function with unique glyph: Cut Cross, since it's been removed)
 
Line 31: Line 31:
In the web version of Uiua, we can type in the name of the function or a part of it and when run, the interpreter will format the name to Unicode Symbol, so that we don't need use of non-ASCII keyboards.
In the web version of Uiua, we can type in the name of the function or a part of it and when run, the interpreter will format the name to Unicode Symbol, so that we don't need use of non-ASCII keyboards.


Tables below are based on Uiua version 0.8.0. <span style="color:black; background-color: yellow">Yellow background text</span> indicates that the primitive is deprecated and will be removed in a future version.
Tables below are based on Uiua version 0.8.0, with since-removed primitives taken out.


==== Stack ====
==== Stack ====
Line 226: Line 226:
| <code>⊞</code> || Table || Monadic 2-argument modifier || Apply a function to each combination of rows of two arrays.
| <code>⊞</code> || Table || Monadic 2-argument modifier || Apply a function to each combination of rows of two arrays.
This is often what you want instead of <code>∵ each.</code>
This is often what you want instead of <code>∵ each.</code>
|-
| <code>⊠</code> || <span style="color:black; background-color: yellow">Cross</span> || Monadic 2-argument modifier || Apply a function to each combination of rows of arrays.
This was the row-wise version of <code>⊞ Table</code>
|-
|-
| <code>⍥</code> || [[Repeat]] || Monadic modifier || Repeat a function a number of times
| <code>⍥</code> || [[Repeat]] || Monadic modifier || Repeat a function a number of times

Navigation menu