Skip to content

Commit

Permalink
add info about introspection to REPL doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 25, 2024
1 parent 0c202a1 commit fe55167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/lips/REPL.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ There are few procedures useful in the REPL:
* `apropos` - function return list of procedures from environment that match a string or a regex,
* `env` - function returns list of symbols which is everything that is inside an environment,
* `dir` - function return all properties from an object including those in prototype chain (a class).

To read more about introspection of LIPS Scheme in REPL see [documentation about Reflection](/docs/lips/reflection).

0 comments on commit fe55167

Please sign in to comment.