-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.json
47 lines (47 loc) · 1.1 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"language": "BQN",
"slug": "bqn",
"active": false,
"status": {
"concept_exercises": false,
"test_runner": false,
"representer": false,
"analyzer": false
},
"blurb": "Modern, powerful language centered on Ken Iverson's array programming paradigm.",
"version": 3,
"online_editor": {
"indent_style": "space",
"indent_size": 2,
"highlightjs_language": "bqn"
},
"files": {
"solution": ["%{pascal_slug}.bqn"],
"test": ["%{pascal_slug}_test.bqn"],
"example": [".meta/example.bqn"],
"exemplar": [".meta/exemplar.bqn"]
},
"exercises": {
"concept": [],
"practice": [
{
"slug": "hello-world",
"name": "Hello World",
"uuid": "f458c48a-4a05-4809-9168-8edd55179349",
"practices": [],
"prerequisites": [],
"difficulty": 1
}
]
},
"concepts": [],
"key_features": [],
"tags": [
"typing/dynamic",
"execution_mode/interpreted",
"runtime/language_specific",
"platform/web",
"paradigm/functional", "paradigm/imperative", "paradigm/procedural",
"used_for/scripts"
]
}