Index Generator: Difference between revisions

Jump to navigation Jump to search
263 bytes added ,  07:46, 11 May 2023
m (Text replacement - "<source" to "<syntaxhighlight")
Tags: Mobile edit Mobile web edit
Line 97: Line 97:
* The [[wikipedia:ArrayFire|ArrayFire]] library for [[wikipedia:general-purpose computing on graphics processing units|general-purpose computing on graphics processing units]] has an <syntaxhighlight lang=c inline>iota</syntaxhighlight> function with a result similar to that of A+ and J when given a [[#Vector_arguments|vector argument]].<ref>ArrayFire: Functions. [https://arrayfire.org/docs/group__data__func__iota.htm iota]. Jun 2, 2015.</ref>
* The [[wikipedia:ArrayFire|ArrayFire]] library for [[wikipedia:general-purpose computing on graphics processing units|general-purpose computing on graphics processing units]] has an <syntaxhighlight lang=c inline>iota</syntaxhighlight> function with a result similar to that of A+ and J when given a [[#Vector_arguments|vector argument]].<ref>ArrayFire: Functions. [https://arrayfire.org/docs/group__data__func__iota.htm iota]. Jun 2, 2015.</ref>
* The [[wikipedia:Berkeley Software Distribution|BSD]] operating system and its derivatives, for example [[wikipedia:macOS|macOS]], have a <syntaxhighlight lang=shell inline>jot</syntaxhighlight> which can print sequential data. The name <syntaxhighlight lang=shell inline>jot</syntaxhighlight> derives in part from APL's glyph.<ref>openbsd.org. [https://man.openbsd.org/jot#DESCRIPTION jot]. Retrieved 2022-08-04.</ref>
* The [[wikipedia:Berkeley Software Distribution|BSD]] operating system and its derivatives, for example [[wikipedia:macOS|macOS]], have a <syntaxhighlight lang=shell inline>jot</syntaxhighlight> which can print sequential data. The name <syntaxhighlight lang=shell inline>jot</syntaxhighlight> derives in part from APL's glyph.<ref>openbsd.org. [https://man.openbsd.org/jot#DESCRIPTION jot]. Retrieved 2022-08-04.</ref>
* The [[wikipedia:JavaScript|JavaScript]] library scijs includes an iota-array package with the <syntaxhighlight lang=js inline>iota</syntaxhighlight> function.<ref>scijs.not. [https://scijs.net/packages/#scijs/iota-array iota-array]. Retrieved 20223-05-11</ref>


== See also ==
== See also ==

Navigation menu