3 earlier thoughts
In YAML, you can say
foo: bar: 1 baz: 2
or
foo: - 3 - 4
for {'foo': {'bar': 1, 'baz': 2}} and {'foo': [3, 4]} respectively.
{'foo': {'bar': 1, 'baz': 2}}
{'foo': [3, 4]}
What if this was augmented along the lines of PEP 359?
9 later thoughts
Keyboard navigation
?
c
g
j
←
k
→
p
s
ctrl + enter
alt + enter
esc