We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eval
1 parent 3d0659b commit 690416bCopy full SHA for 690416b
docs/language/core.rst
@@ -195,7 +195,9 @@ eval
195
``eval`` evaluates a quoted expression and returns the value. The optional
196
second and third arguments specify the dictionary of globals to use and the
197
module name. The globals dictionary defaults to ``(local)`` and the module name
198
-defaults to the name of the current module.
+defaults to the name of the current module. An optional fourth keyword parameter,
199
+``compiler``, allows one to re-use an existing ``HyASTCompiler`` object for the
200
+compilation step.
201
202
.. code-block:: clj
203
@@ -1403,4 +1405,3 @@ are available. Some of their names have been changed:
1403
1405
- ``dropwhile`` has been changed to ``drop-while``
1404
1406
1407
- ``filterfalse`` has been changed to ``remove``
-
0 commit comments