![](https://secure.gravatar.com/avatar/bfc2df4941985c6757bb9cc05a33e95f.jpg?s=120&d=mm&r=g)
#396: Implement package shortcut syntax to reader -------------------------+---------------------------- Reporter: mevenson | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 1.4.0 Component: interpreter | Version: 1.4.0-dev Keywords: | Parent Tickets: -------------------------+---------------------------- Zach pointed out <http://lispblog.xach.com/post/126287122718/syntax-for- reading-a-form-in-a-package> {{{ Allegro, GCL, SBCL, and possibly other implementations support a syntax that looks like this: foo::(bar 'baz 42) A form like that is read as though you had written (foo::bar 'foo::baz 42). I use this syntax sometimes for Quicklisp operations that rely on ql- dist symbols, like installing all available Quicklisp projects: }}} It would be nice to add this to the Bear. -- Ticket URL: <http://abcl.org/trac/ticket/396> armedbear <http://abcl.org> armedbear