Opened 9 years ago
Last modified 21 months ago
#396 new enhancement
Implement package shortcut syntax to reader
Reported by: | Mark Evenson | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.2 |
Component: | interpreter | Version: | 1.4.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description (last modified by )
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.
Change History (12)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 8 years ago by
Milestone: | 1.4.0 → 1.5.0 |
---|
comment:7 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:12 Changed 21 months ago by
Milestone: | 1.8.1 → 1.9.2 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed