Zack M. Davis 016557deab reader macro #@ for with-decorator
The `with-decorator` special form is not the most ergonomic—this commit
introduces a new builtin `#@` reader macro that expands to an invocation
of `with-decorator`. To support this, `reader_macroexpand` is made to
also look in the default `None` namespace, in imitation of how
regular (non-reader) macros defined in hy.core are looked up. The
docstring of `hy.macros.reader` is also edited slightly for accuracy.

This in the matter of issue #856.
2015-07-26 15:05:38 -07:00
..
2014-01-25 21:01:16 +02:00
2015-07-24 09:52:33 +02:00
2013-03-12 22:53:45 -04:00
2015-06-29 22:14:10 -04:00
2013-03-12 22:53:45 -04:00
2015-03-13 09:23:38 -04:00
2015-07-14 23:59:29 +03:00