vindarel

Results 591 comments of vindarel

There might be an issue if we wanted to quickload some libraries in our init file right?

> I'm a little new to Lisp. it's great you send PRs already :) I should have said sbcli's config file. we load one: ```lisp (if (probe-file *config-file*) (load *config-file*))...

important steps: - style guide ([google's](https://google.github.io/styleguide/lispguide.xml) etc) - the boring organization of a .lisp file - reading and reading code - Shinmera's, like Kandria https://github.com/Shirakumo/kandria/blob/master/grass.lisp - 40ants', like Ultralisp, reblocks,...

aaargh the fail. Thanks for the report. Only `~` introduces a format directive. `~/` introduces a custom name for a format directive, it should be between / /. Example: https://github.com/vindarel/format-colors...

spot-on again. I wonder why Quicklisp hardcodes the user name. It should be portable on implementations (it's in a SBCL file anyways), and it's better than "/home/user/" for Windows.

I noticed this on the internal REPL.

Hello, I see 2 warnings in your description: > roswell the installation with Roswell was deprecated. We use Qlot, or an installation from scratch with Quicklisp and git submodules. It...

(following Discord:) I pull the branch, start Lem, start the mode with `M-x smart-parens-mode` and typing a `(` inserts the pair. It works! (except it inserts too many closing parens)

yes, we've been (we: users and tinkerers) improving the state of doc lately. Please tell if you wanna join.

thanks, we will merge this. I'll wait a bit and look at our options to automate the build. _(Anyone is welcome to help)_