6 ms·
so, instead of (foo (bar (1 2 3)) you'd prefer { foo { bar { 1 2 3 } } } is that right
by phpnode 3mo ago
so, instead of
(foo (bar (1 2 3))
you'd prefer
{
foo {
bar {
1
2
3
}
}
}
is that right?
- irishcoffee 3mo agoEmacs vs vim, go!
- NooneAtAll3 3mo ago( aar (bar1 1 2 3) (bar2 1 2 3) (bar3 (car1 2 3) (car2) (car3) ) ) vs (aar (bar1 1 2 3) (bar2 1 2 3) (bar3 (car1 2 3)(car2)(car3)))