Category:Jq: Difference between revisions

From Rosetta Code
Content added Content deleted
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
|site=http://stedolan.github.io/jq}}
|site=http://stedolan.github.io/jq}}
{{language programming paradigm|Functional}}
{{language programming paradigm|Functional}}
[https://en.wikipedia.org/wiki/Jq_(programming_language) jq] is a [[functional programming]] language that is oriented towards processing text files or [[JSON]]. jq is also the name of [https://stedolan.github.io/jq a portable executable] that compiles and runs jq programs. A [[Go]] implementation, [https://github.com/itchyny/gojq gojq], is also available.
[https://en.wikipedia.org/wiki/Jq_(programming_language) jq] is a [[functional programming]] language that is oriented towards processing text files or [[JSON]]. jq is also the name of [https://stedolan.github.io/jq a portable executable] that compiles and runs jq programs. A [[Go]] implementation, [https://github.com/itchyny/gojq gojq], is also available; and [https://github.com/01mf02/jaq jaq] implements a large subset of jq in [[Rust]].


jq was originally designed and developed by Stephen Dolan.
jq was originally designed and developed by Stephen Dolan.
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/bitwise.jq|bitwise.jq]] - bit streams, bit arrays, and integers
* [[: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/RealSet.jq|RealSet.jq]] - Union of finite real intervals
* [[:Category:Jq/RealSet.jq|RealSet.jq]] - Union of finite real intervals



Latest revision as of 07:30, 22 April 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; and jaq implements a large subset of jq in Rust.

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,138 total.

(previous page) (next page)

C

(previous page) (next page)