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:
parent
69db481767
commit
6ab763daa1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user