hy/docs/language
Gergely Nagy 26f342d580 Teach apply about symbol mangling
apply now mangles strings and keywords according to the Hy mangling
rules (by using the same function, now imported from
hy.lex.parser). With this change, if the dict passed to apply has
keywords, strings or quoted symbols, they'll get mangled, to turn them
into proper keys.

This only works for the cases where the keys are directly in the apply
params. A previously deffed dict, or key through a variable will not be
mangled.

This closes #219.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-09-24 09:47:12 +02:00
..
api.rst Teach apply about symbol mangling 2015-09-24 09:47:12 +02:00
cli.rst Update versionadded directives. 2015-05-09 22:12:04 +03:00
core.rst Merge pull request #928 from gilch/partition 2015-09-06 16:54:23 +02:00
index.rst Reorganize documentation. 2014-01-25 21:01:16 +02:00
internals.rst corrected slice to cut in docs 2015-08-05 13:21:37 +02:00
readermacros.rst Fixes to language documentation 2014-12-06 15:46:44 -08:00