hy/docs/language
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
..
2015-07-26 15:05:38 -07:00
2015-05-09 22:12:04 +03:00
2015-01-30 01:21:26 +08:00
2014-01-25 21:01:16 +02:00
2014-12-06 15:46:44 -08:00