hy/docs/language
Tuukka Turto e588b4928d add defmacro! and fix macro expansion error message (#1172)
* added defmacro!

* revert #924

#924 had an error and should never have been merged in the first place. (see #903)

* put back import getargspec

Without the `formatargspec` this time.

* Give better error message on failed macro expansion

Better error messages work most of the time. In cases where there are
parameters that aren't valid in Python, error message shown is rather
ugly. But this is better than no error messages at all and such
macros with strange parameter names are rather rare.

* fix flake8 errors

* Minor English improvements
2016-12-14 18:10:46 -06:00
..
api.rst add defmacro! and fix macro expansion error message (#1172) 2016-12-14 18:10:46 -06:00
cli.rst Doc: CLI: mention --spy only works in REPL mode. (#1097) 2016-09-22 15:20:26 +03:00
core.rst Add a module for getting reserved words (#1171) 2016-12-12 10:11:42 +02:00
index.rst Reorganize documentation. 2014-01-25 21:01:16 +02:00
internals.rst Burninate the synonyms true, false, and nil 2016-11-23 18:35:17 -08:00
readermacros.rst Fixes to language documentation 2014-12-06 15:46:44 -08:00