Fork me on GitHub
#calva
<
2019-08-27
>
craftybones06:08:00

Is there any way to clear the Calva repl screen? Not just the history but the inital info that shows up with the graphic and the helpful text?

pez08:08:52

Only the history. ctrl+L.

craftybones11:08:09

Is there anyway to “raise” an expression? Like barfing but more like removing the outer parentheses?

craftybones11:08:49

((map to-vector hexagon-angles)) to (map to-vector hexagon-angles)

pez11:08:20

That particular example can be performed by using Splice sexp, ctrl+alt+s.

pez11:08:17

And in the REPL window you actually have raise sexp, but it does something else, I'm not completely sure what, but know that people want it in the editor as well. 😃 alt+r.