[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Scheme-reports] Formal Response #382: Allow "if" to accept arbitrarily many if-then pairs



On Thu, 11 Oct 2012 21:27:29 -0700, John Boyle <johnthescavenger@x> 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@x>

"Be careful how you fix what you don't understand."  (Brooks 2010, 185)

_______________________________________________
Scheme-reports mailing list
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports