swank.live
Some helpers that make live coding with slime/swank easier
$ area51 add swank.liveCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(swank.live:some-function ...)Some helpers that make live coding with slime/swank easier
$ area51 add swank.liveCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(swank.live:some-function ...)