Ha Le
Ha Le
I'm just wondering if the backtrace produced by `lispy-eval` can be improved. For example, evaluating the expression `(+ 1 "")`, with `debug-on-error` bound to `t`, produces the following backtraces: Evaluated...
`when-let` and `if-let` allow forms that omit variable name. Bindings after such a form are not recognized. For example, `baz` is not highlighted in the code snippet below ```emacs-lisp (when-let...
The macro `lake` has `target` defaults to `"default"`, however, `get-task` doesn't handle this case, raising the error `No task "default" found.`