vindarel

Results 591 comments of vindarel

related: it is now possible to add two parens `( )` and move the cursor in-between, I just added cursor movement commands to cl-readline: `[backward, forward]-[char, world]`. https://vindarel.github.io/cl-readline/#Moving-the-cursor

Added the current periods doc online, with syntax highlighting: https://lisp-maintainers.github.io/periods/ It should be extended now (and probably by using a real documentation builder). While working on the doc, `ciel -s...

Same topic but unrelated, these QL variables are the ones of the CI, not of my machine: ```lisp ql:*quicklisp-home* ql:*local-project-directories* ```

Suggestions: show the function signature of C `ceil`, what it accepts as input and what it outputs, so when you show (cffi:defcfun ("ceil" c-ceil) :double (number :double)) you can also...

hey @jgarte it would be really great to finish this.

Our startup files for inspiration: - [@sasanidas](https://gitlab.com/sasanidas/lem-config/-/blob/master/init.lisp) - [@vindarel](https://github.com/vindarel/lem-init) - https://gist.github.com/jason-chandler/6332e3fd753fa87e3b1cd13582df5862 getting cxxxr/valtan to work along with paredit and the monokai theme I also invite to test directly from Lem....

> So then you want me to revert `concat` to `concatenate` for now so the other changes can be merged? yes please :)