Skip to content

exercism/jq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c134f1 Â· Mar 14, 2025
Aug 25, 2022
Sep 6, 2024
Jul 22, 2024
Nov 13, 2024
Jun 25, 2024
Feb 1, 2025
Jun 25, 2024
Aug 25, 2022
Sep 21, 2022
Jan 17, 2023
Mar 1, 2024
Jul 13, 2024
Nov 17, 2022
Jul 13, 2024
Mar 14, 2025
Jul 23, 2024

Repository files navigation

Exercism jq track

TODO

Create more: concepts, concept exercises, practice exercises.

Foregone exercises

Exercise Reason
bank-account No parallelism/concurrency
circular-buffer It feels beyond the realm of practical jq usage
dnd-character No builtin randomness functionality
grains jq uses IEEE 754 floats to represent numbers: only 53 bits of precision
grep No IO functions
hangman No functional reactive programming
ledger I (glennj) hate creating refactoring exercises
list-ops No first-class functions
markdown I (glennj) hate creating refactoring exercises
paasio No IO functions
parallel-letter-frequency No parallelism/concurrency
robot-name No builtin randomness functionality
tree-building I (glennj) hate creating refactoring exercises
variable-length-quantity No bitwise operators

Bitwise operations: they can be implemented, but that's too much I think. Unless we provide it as a library to include ...

JBOL includes an implementation of pseudo-random numbers.

Contributing

Please see the CONTRIBUTING.md document for details about adding concepts, learning exercises and practice exercises.