Category:Jq-turtle

From Rosetta Code
Revision as of 22:23, 15 January 2022 by Peak (talk | contribs) (create)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

turtle.jq is a jq module for turtle graphics.

To use it, copy the source code in the talk page to a text file, preferably named turtle.jq. Typically, it will be placed in a module directory known to jq, or in the pwd (present working directory).

In this last case, inclusion can be accomplished using the command-line option `-L.`. Alternatively, the directory can be specified as part of the `include` directive, e.g.

include "turtle" {search: "."};

This category currently contains no pages or media.