1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-10 12:47:45 +03:00

Update guide.md

change binds to `binds`
This commit is contained in:
seedpower 2023-10-17 10:18:20 +08:00 committed by Joel Martin
parent 69db481767
commit 6ab763daa1

View File

@ -752,7 +752,7 @@ diff -urp ../process/step3_env.txt ../process/step4_if_fn_do.txt
* Update the constructor/initializer for environments to take two new
parameters: `binds` and `exprs`. Bind (`set`) each element (symbol)
of the binds list to the respective element of the `exprs` list.
of the `binds` list to the respective element of the `exprs` list.
* Add support to `printer.qx` to print function values. A string
literal like "#\<function>" is sufficient.