Re: Using "internal" macros of a CL implementation
- From: "Victor Kryukov" <victor.kryukov@xxxxxxxxx>
- Date: 28 Oct 2006 22:08:43 -0700
Victor Kryukov wrote:
I've looked up definition of case in SBCL[*], and realized that my^^^^
task is as simple as
(defmacro case-string (keyform &body cases)
(case-body 'case keyform cases t 'string-equal nil nil nil))
Should read
(case-body 'case-string keyform cases t 'string-equal nil nil nil))
.
- References:
- Using "internal" macros of a CL implementation
- From: Victor Kryukov
- Using "internal" macros of a CL implementation
- Prev by Date: Using "internal" macros of a CL implementation
- Next by Date: Re: Using "internal" macros of a CL implementation
- Previous by thread: Using "internal" macros of a CL implementation
- Next by thread: Re: Using "internal" macros of a CL implementation
- Index(es):
Relevant Pages
|
|