Skip to content

Commit 21457b3

Browse files
Add paradigm/array paradigm (#499)
1 parent 79736ae commit 21457b3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

building/tooling/analyzers/tags.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Using a common set of tags will allow us to do some nifty things, like cross-tra
3737

3838
| Tag | Description |
3939
| -------------------------- | ---------------------------------------------------------------- |
40+
| `paradigm:array` | uses [array programming][array-programming]. |
4041
| `paradigm:declarative` | uses [declarative programming][declarative-programming]. |
4142
| `paradigm:functional` | uses [functional programming][functional-programming]. |
4243
| `paradigm:generic` | uses [generic programming][generic-programming]. |
@@ -328,6 +329,7 @@ Using a common set of tags will allow us to do some nifty things, like cross-tra
328329

329330
As this category is language-specific, there are no commonly used tags here.
330331

332+
[array-programming]: https://en.wikipedia.org/wiki/Array_programming
331333
[declarative-programming]: https://en.wikipedia.org/wiki/Declarative_programming
332334
[logic-programming]: https://en.wikipedia.org/wiki/Logic_programming
333335
[object-oriented-programming]: https://en.wikipedia.org/wiki/Object-oriented_programming

building/tracks/config-json.md

+1
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ Tags are specified in the top-level `tags` field which is defined as an array of
374374

375375
### Paradigms
376376

377+
- `paradigm/array`: the language is an array programming language
377378
- `paradigm/declarative`: the language supports a declarative style of programming
378379
- `paradigm/functional`: the language supports a function style of programming
379380
- `paradigm/imperative`: the language supports an imperative style of programming

0 commit comments

Comments
 (0)