Mariano Montone

Results 155 comments of Mariano Montone

I'm not sure you can. You could pass preprocessed values and work with that: ```lisp (defun plist-values (plist) (loop for v in (cdr plist) by #'cddr collect v)) (let ((foods...

This is related probably: https://github.com/marijnh/Postmodern/commit/0d0667f141a984f0112f0fad4843297fca212e01 A problem with newer versions of ASDF

> Sure. I will do it later (please remind me if it isnt done in a day). The license should be MIT. :point_up: :smiley:

The easier way is to do it from Github UI. Has a custom UI for adding LICENSES. Go to "Add file", "Create new file", and then "License". You can choose...

@vindarel btw, I've published a linked PDF version of CLtL2 here: https://github.com/mmontone/cltl2-doc (you may want to add somewhere as a CL doc resource?) I overlooked that book. It has the...

Will add soon. Thanks for reporting.

Strings text properties are inspectable now