Category:Jq: Difference between revisions

From Rosetta Code
Content added Content deleted
(Fibonacci.jq)
Line 8: Line 8:
==jq Modules at rosettacode.org==
==jq Modules at rosettacode.org==
* [[:Category:Jq/assert.jq|assert.jq]] - module to support assertions
* [[:Category:Jq/assert.jq|assert.jq]] - module to support assertions
* [[:Category:Jq/fibonacci.jq|fibonacci.jq] - Fibonacci sequence and Fibonacci coding
* [[:Category:Jq/fibonacci.jq|fibonacci.jq]] - Fibonacci sequence and Fibonacci coding
* [[:Category:Jq/peg.jq|peg.jq]] - Parsing Expression Grammar foundations
* [[:Category:Jq/peg.jq|peg.jq]] - Parsing Expression Grammar foundations
* [[:Category:Jq/polynomials.jq|polynomials.jq]] - polynomials as JSON arrays
* [[:Category:Jq/polynomials.jq|polynomials.jq]] - polynomials as JSON arrays

Revision as of 04:24, 31 January 2024

Language
Jq
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Jq.

jq is a functional programming language that is oriented towards processing text files or JSON. jq is also the name of a portable executable that compiles and runs jq programs. A Go implementation, gojq, is also available.

jq was originally designed and developed by Stephen Dolan.

jq Modules at rosettacode.org

Todo

Tasks_not_implemented_in_jq

Subcategories

This category has the following 2 subcategories, out of 2 total.

@

J

Pages in category "Jq"

The following 200 pages are in this category, out of 1,147 total.

(previous page) (next page)

C

(previous page) (next page)