Uiua - under Docs
These pages introduce Uiua concepts one at a time, each tutorial building on the previous. They go into much more depth than the language tour. They are meant to be read in order, but feel free to skip around! These tutorials cover more specific topics. They assume you have read the main tutorial above, but they can be read in any order. Dyadic modifier Operate on a transformed array, then reverse the transformation This is a more powerful version of ° un. Conceptually, ⍜ under transforms a value, modifies it, then reverses the transformation. A list of all ⍜ under-compatible functions can be found below. ⍜ under takes 2 functions F and G. It calls F, then applies G to the result(s). It then applies a function that "undoes" F to the result(s) of G. Any function that can be ° uned can be used with ⍜ under. Some functions that can't be ° uned can still be used with ⍜ under. Here, we ¯ negate 5, - subtract 2, then ¯ negate again. You can use ⍜ under× multiply⁅ round to round to a specific
These pages introduce Uiua concepts one at a time, each tutorial building on the previous. They go into much more depth than the language tour. They are meant to be read in order, but feel free to skip around! These tutorials cover more specific topics. They assume you have read the main tutorial above, but they can be read in any order. Dyadic modifier Operate on a transformed array, then reverse the transformation This is a more powerful version of ° un. Conceptually, ⍜ under transforms a value, modifies it, then reverses the transformation. A list of all ⍜ under-compatible functions can be
Explore this link on the map →