6 ms·
In a way I agree with this at the level of a package's external interface, but I think it's nice that with CL style packages you can call your local functions b
by eoi 12y ago
In a way I agree with this at the level of a package's external interface, but I think it's nice that with CL style packages you can call your local functions by their natural name. E.g. it may be "my-package::string-split", but because it is only used within "my-package" it can always be referred to as "string-split".