This repository has been archived by the owner on Dec 4, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.json
141 lines (141 loc) · 3.41 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"track_id": "gnu-apl",
"language": "GNU APL",
"slug": "gnu-apl",
"active": false,
"status": {
"concept_exercises": false,
"test_runner": false,
"representer": false,
"analyzer": false
},
"blurb": "APL is a programming language developed in the 1960s by Kenneth E. Iverson. Its central datatype is the multidimensional array. It uses a large range of special graphic symbols to represent most functions and operators, leading to very concise code. It has been an important influence on the development of concept modeling, spreadsheets, functional programming, and computer math packages.",
"version": 3,
"online_editor": {
"indent_style": "space",
"indent_size": 4,
"highlightjs_language": "text"
},
"files": {
"solution": [
"%{kebab_slug}.apl"
],
"test": [
"%{kebab_slug}.tc"
],
"example": [
".meta/%{kebab_slug}-example.apl"
],
"exemplar": [
".meta/%{kebab_slug}-exemplar.apl"
]
},
"exercises": {
"concept": [],
"practice": [
{
"slug": "hello-world",
"name": "Hello World",
"uuid": "81121f0c-1218-4d88-bb6c-fd9df3bc0b8d",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": [
"setup"
]
},
{
"slug": "leap",
"name": "Leap",
"uuid": "edf36b1a-3f20-4d63-a919-55a2bd063a2f",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": [
"conditions",
"dates"
]
},
{
"slug": "beer-song",
"name": "Beer Song",
"uuid": "47302bc5-727c-4151-80cd-d86064d5f390",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": [
"conditions",
"recursion"
]
},
{
"slug": "hamming",
"name": "Hamming",
"uuid": "4ddbc20a-46dc-4e00-b472-0e108bab3481",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": [
"arrays",
"differences",
"strings"
]
},
{
"slug": "rna-transcription",
"name": "Rna Transcription",
"uuid": "4fbbeab4-2e54-4549-b78b-4c9ec1fea9c0",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": [
"arrays",
"error_handling",
"strings",
"substitution"
]
},
{
"slug": "raindrops",
"name": "Raindrops",
"uuid": "c5f5231d-dce9-4684-9d66-c8a462fecae9",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": [
"conditions",
"residue",
"strings"
]
},
{
"slug": "difference-of-squares",
"name": "Difference Of Squares",
"uuid": "0a5c1f23-8f3f-479c-8ed5-ce21361daa20",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": [
"arrays",
"math",
"reduce"
]
},
{
"slug": "pangram",
"name": "Pangram",
"uuid": "7d52c43e-d193-4c90-a91b-0e6ee605cccb",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": [
"characters",
"strings"
]
}
]
},
"concepts": [],
"key_features": [],
"tags": []
}