Re: [Scheme-reports] Formal Response #382: Allow "if" to accept arbitrarily many if-then pairs
Vassil Nikolov 13 Oct 2012 02:34 UTC
On Thu, 11 Oct 2012 21:27:29 -0700, John Boyle <johnthescavenger@gmail.com> said:
> (shadow 'if)
> (defmacro if ...)
> (shadow 'map)
> ...
> (shadow 'some)
> (defun some ...)
> (defun map ...)
By the way, it is generally preferrable to group all shadowings
together in the corresponding DEFPACKAGE form, rather than scatter
them in the program file(s). It is often also preferrable to put
then the DEFPACKAGE form in its own separate file.
---Vassil.
--
Vassil Nikolov | Васил Николов | <vnikolov@pobox.com>
"Be careful how you fix what you don't understand." (Brooks 2010, 185)
_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports