Skip to content

Commit

Permalink
add info about auto gensyms being part LIPS
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 27, 2024
1 parent cdc661e commit 6c304ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/lips/extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ This allow to create named [gensyms](/docs/lips/intro#gensyms) that are unique:
;; ==> #f
```

You can use them with lisp macros instead of `gensym` expressions.
You can use them with lisp macros instead of `gensym` expressions. The autogensyms are actually part
of the standard library.

### String interpolation

Expand Down

0 comments on commit 6c304ae

Please sign in to comment.