forked from exercism/v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
61 lines (61 loc) · 2.12 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
{
"language": "Julia",
"slug": "julia",
"version": 3,
"active": true,
"blurb": "Julia is an open-source high-level, dynamic programming language whose sweet spot is technical and scientific computing. It is convenient for day-to-day work and fast enough for high performance computing.",
"online_editor": {
"indent_style": "space",
"indent_size": 4
},
"exercises": {
"concept": [
{
"uuid": "39ebdd04-4f84-4817-bf9d-f1f9e066c283",
"slug": "functions-introduction",
"concepts": ["functions-introduction"],
"prerequisites": []
},
{
"uuid": "05cfc609-3a14-479a-b6fa-6d2a53ad111c",
"slug": "boolean-logic",
"concepts": ["boolean-logic", "booleans"],
"prerequisites": ["functions-introduction"]
},
{
"uuid": "36cbda04-3921-4491-9ec6-76951f00aa00",
"slug": "matrices-introduction",
"concepts": [
"matrices-introduction",
"matrices-concatenation",
"matrices-indices",
"matrices-iteration",
"matrices-mutation"
],
"prerequisites": ["functions-introduction"]
},
{
"uuid": "68001762-8a35-4494-9de4-624ca9efb5cd",
"slug": "multiple-dispatch",
"concepts": ["multiple-dispatch"],
"prerequisites": [
"composite-types",
"abstract-types",
"methods"
]
},
{
"uuid": "2b2b8bed-ff39-4e77-a2fe-254125b53a1c",
"slug": "unicode-identifiers",
"concepts": ["unicode-identifiers", "emoji-symbols"],
"prerequisites": [
"symbols",
"composite-types",
"methods",
"constants"
]
}
],
"practice": []
}
}