Add ABCL disassembler post.
[blog.git] / coleslaw.post
1 ;;;;;
2 title: Again, Coleslaw
3 tags: lisp
4 date: 2014-08-18 23:11:32
5 format: md
6 ;;;;;
7
8 Another year, another blog.  Well, in this case I'd already setup another
9 [Coleslaw][coleslaw] instance some time ago, but didn't bother to actually fix
10 some issues.  It's still not the best setup, but it's fixable.  Removing all
11 mentions of Quicklisp (because in the way it's used it should rather be
12 replaced by ASDF dependencies) and all `COMPILE-FILE` statements would be a
13 start (because in my setup the `git` user won't have permissions to write FASL
14 files in that directory).
15
16 But the point stands:  A fix for both of these issues is not obvious.  An
17 additional ASD file for each plugin is a bit wasteful, but probably one of the
18 better options, apart from the need to register plugins.  `COMPILE-FILE` is
19 more complicated.  However maybe not using compilation explicitely would be
20 enough to fix this in the short run.
21
22 And it badly needs a theme, any theme, at least something different from the
23 standard one.
24
25 [coleslaw]: https://github.com/redline6561/coleslaw (Flexible Lisp Blogware)