Faré writes:
--- old-split-sequence/split-sequence.lisp 2009-10-22 20:10:35.110170150 -0400 +++ new-split-sequence/split-sequence.lisp 2009-10-22 20:10:35.114171499 -0400 @@ -50,6 +50,8 @@ ;;; * (split-sequence #; ";oo;bar;ba;" :start 1 :end 9) ;;; -> ("oo" "bar" "b"), 9
+#+xcvb (module ())
This is... no. Please find some way of not infesting code with build-related metainformation.
OK, I'll put this much-requested feature near the top of my TODO list.
If every .lisp file has to begin with such an expression, can't you simply introduce a file-as-module defaulting scope?
-T.