Skip to content

v0.6.1

Choose a tag to compare

@denzuko denzuko released this 12 Jun 11:56
· 33 commits to develop since this release
602ceab

Added

  • Quicklisp dist (dist/): self-hosted distribution at http://panix.com/~denzuko/dist/mlisp/distinfo.txt. make dist generates from HEAD; make dist-upload rsyncs to panix.com. Resolves the Debian packaging Quicklisp dependency — build scripts already conditionally load Quicklisp when present and fall through to bare ASDF.
  • contrib/mlisp.el: Emacs minor mode for mlisp administration. Shell-out backend (default): calls mlisp-admin binary directly. SLIME/vlime backend (mlisp-use-slime t): evaluates in connected SBCL image. 16 M-x mlisp-* commands; completing-read on live list IDs; set-option completion over all known keys. (mlisp-setup-keys "C-c m") binds all commands under a prefix key.
  • Makefile: dist, dist-upload, dist-clean targets.

Full Changelog: v0.6.0...v0.6.1