Skip to content

Commit

Permalink
Add initial config
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 12, 2024
1 parent 1b24a38 commit b51fe5b
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,33 @@
"representer": false,
"analyzer": false
},
"blurb": "TODO: add blurb",
"blurb": "Uiua (wee-wuh) is a general purpose, stack-based, array-oriented programming language with a focus on simplicity, beauty, and tacit code.",
"version": 3,
"online_editor": {
"indent_style": "space",
"indent_size": 4
"indent_size": 2
},
"files": {
"solution": [],
"test": [],
"example": [],
"exemplar": []
"solution": ["%{kebab_slug}.ua"],
"test": ["tests.ua"],
"example": [".meta/example.ua"],
"exemplar": [".meta/exemplar.ua"]
},
"exercises": {
"concept": [],
"practice": []
},
"concepts": [],
"key_features": [],
"tags": []
"tags": [
"paradigm/array",
"paradigm/stack_oriented",
"typing/dynamic",
"execution_mode/interpreted",
"platform/windows",
"platform/mac",
"platform/linux",
"runtime/language_specific",
"used_for/scripts"
]
}

0 comments on commit b51fe5b

Please sign in to comment.