-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharticles.json
53 lines (53 loc) · 947 Bytes
/
articles.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
{
"title": "zephyrtronium",
"author": "zephyrtronium",
"email": "[email protected]",
"href": "https://zephyrtronium.github.io/",
"description": "correct opinions about types, go, capital letters, &c.",
"sections": [
{
"section": "Data Structures for Throughput",
"articles": [
"rwmutex",
"syncmap"
]
},
{
"section": "Type Techniques",
"articles": [
"unmarshal-validation",
"static-assert"
]
},
{
"section": "Thoughts on a Programming Language",
"articles": [
"lang",
"lang-subtypes",
"lang-maybe",
"lang-dynamic-scope",
"lang-encapsulation",
"lang-paradigm",
"lang-products",
"lang-modules",
"lang-distribution",
"lang-concurrency"
]
},
{
"section": "Koka",
"articles": [
"koka-experience"
]
},
{
"section": "Miscellany",
"articles": [
"copilot",
"generics-enums",
"randomness",
"bocchi"
]
}
]
}