Skip to content

Commit

Permalink
add infor about Scheme editors to getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 25, 2024
1 parent 7d68ad1 commit f6146be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,11 @@ await interpreter.exec(`(let-env lips.env.__parent__
`lips.env` is user environment and `__parent__` is real top level global environment. To see more
about `let-env` expression check [documentation about LIPS environments](/docs/lips/environments).
## Editor support
Note that Scheme is popular lanugage and editors usually support its syntax. But also not every editor
may support literal regular expressions that are part of LIPS. If your editor doesn't support them,
you can report an issue if the project is Open Source. Literal Regular Expressions are also part
of [Gauche](https://practical-scheme.net/gauche/man/gauche-refe/Regular-expressions.html) and
[GNU Kawa](https://www.gnu.org/software/kawa/Regular-expressions.html).

0 comments on commit f6146be

Please sign in to comment.