9 earlier thoughts
Sorry to say, Beta 5 still doesn't support recursive enums!!
Unless
enum Tree { case Empty case Leaf(Int) case Node(Tree, Tree) }
isn't the right way to do it.
But the above continues to crash the REPL.
1 later thought
Keyboard navigation
?
c
g
j
←
k
→
p
s
ctrl + enter
alt + enter
esc